#CAEB39

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

Shades of Pear #CAEB39

Tints of Pear #CAEB39

Color information

#CAEB39 (or 0xCAEB39) is unknown color: approx Pear. HEX triplet: CA, EB and 39. RGB value is (202,235,57). Sum of RGB (Red+Green+Blue) = 202+235+57=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEB39 is #3514C6. Grayscale: #CDCDCD. Windows color (decimal): -3478727 or 3795914. OLE color: 3795914.

HSL color Cylindrical-coordinate representation of color #CAEB39: hue angle of 71.12º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAEB39 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB20223557-
CMYK0.1400.760.08
HSL71.12º81.65%57.25%-
HSV(B)71.12º75.74%92.16%-
XYZ54.872.2714.93-
YUV204.8444.57125.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 235 (92.19% from 255) = 47.57%
BLUE value IS 57 (22.66% from 255) = 11.54%
R=40.89%
G=47.57%
B=11.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202235570.1400.760.0871.1281.6557.25
HexCAEB39E04C8475239
Octal312353711601141010712271
Binary1100101011101011111001111001001100100010001111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB39; }

 p { color: rgb(202,235,57); }

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

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

 a { background-color: rgb(202,235,57); }

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

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

 span { border-color: rgb(202,235,57); }

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