#CBEC41

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

Shades of Pear #CBEC41

Tints of Pear #CBEC41

Color information

#CBEC41 (or 0xCBEC41) is unknown color: approx Pear. HEX triplet: CB, EC and 41. RGB value is (203,236,65). Sum of RGB (Red+Green+Blue) = 203+236+65=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEC41 is #3413BE. Grayscale: #CFCFCF. Windows color (decimal): -3412927 or 4320459. OLE color: 4320459.

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

Color convert

RGB20323665-
CMYK0.1400.720.07
HSL71.58º81.82%59.02%-
HSV(B)71.58º72.46%92.55%-
XYZ55.5873.0716.18-
YUV206.6448.07125.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 236 (92.58% from 255) = 46.83%
BLUE value IS 65 (25.78% from 255) = 12.90%
R=40.28%
G=46.83%
B=12.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203236650.1400.720.0771.5881.8259.02
HexCBEC41E048748523b
Octal313354101160110711012273
Binary1100101111101100100000111100100100011110010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEC41; }

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

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

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

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

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

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

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

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