#CBEC28

Color #CBEC28 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CBEC28

Tints of Pear #CBEC28

Color information

#CBEC28 (or 0xCBEC28) is unknown color: approx Pear. HEX triplet: CB, EC and 28. RGB value is (203,236,40). Sum of RGB (Red+Green+Blue) = 203+236+40=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEC28 is #3413D7. Grayscale: #CCCCCC. Windows color (decimal): -3412952 or 2682059. OLE color: 2682059.

HSL color Cylindrical-coordinate representation of color #CBEC28: hue angle of 70.1º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBEC28 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB20323640-
CMYK0.1400.830.07
HSL70.1º83.76%54.12%-
HSV(B)70.1º83.05%92.55%-
XYZ55.0172.8413.17-
YUV203.7935.57127.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 40 (16.02% from 255) = 8.35%
R=42.38%
G=49.27%
B=8.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203236400.1400.830.0770.183.7654.12
HexCBEC28E0537465436
Octal31335450160123710612466
Binary110010111110110010100011100101001111110001101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEC28; }

 p { color: rgb(203,236,40); }

 H1.HeaderClassName
 {
   color: #CBEC28;
 }
 .AnyTagClassName
 {
   color: #CBEC28;
 }
</style>
background-color css

<style>
 a { background-color: #CBEC28; }

 a { background-color: rgb(203,236,40); }

 div.DivClassName
 {
   background-color: #CBEC28;
 }
 .BgClassName
 {
   background-color: #CBEC28;
 }
</style>
border-color css

<style>
 span { border-color: #CBEC28; }

 span { border-color: rgb(203,236,40); }

 td.TdClassName
 {
   border-color: #CBEC28;
 }
 .TagClassName
 {
   border-color: #CBEC28;
 }
</style>