#CBEC37

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

Shades of Pear #CBEC37

Tints of Pear #CBEC37

Color information

#CBEC37 (or 0xCBEC37) is unknown color: approx Pear. HEX triplet: CB, EC and 37. RGB value is (203,236,55). Sum of RGB (Red+Green+Blue) = 203+236+55=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEC37 is #3413C8. Grayscale: #CECECE. Windows color (decimal): -3412937 or 3665099. OLE color: 3665099.

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

Color convert

RGB20323655-
CMYK0.1400.770.07
HSL70.94º82.65%57.06%-
HSV(B)70.94º76.69%92.55%-
XYZ55.3172.9614.78-
YUV205.543.07126.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 236 (92.58% from 255) = 47.77%
BLUE value IS 55 (21.88% from 255) = 11.13%
R=41.09%
G=47.77%
B=11.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203236550.1400.770.0770.9482.6557.06
HexCBEC37E04D7475339
Octal31335467160115710712371
Binary110010111110110011011111100100110111110001111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEC37; }

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

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

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

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

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

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

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

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