#caea24

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

Shades of Pear #CAEA24

Tints of Pear #CAEA24

Color information

#CAEA24 (or 0xCAEA24) is unknown color: approx Pear. HEX triplet: CA, EA and 24. RGB value is (202,234,36). Sum of RGB (Red+Green+Blue) = 202+234+36=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 36 (14.45% from 255 or 7.63% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEA24 is #3515DB. Grayscale: #CACACA. Windows color (decimal): -3479004 or 2419402. OLE color: 2419402.

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

Color convert

RGB20223436-
CMYK0.1400.850.08
HSL69.7º82.5%52.94%-
HSV(B)69.7º84.62%91.76%-
XYZ54.171.5312.62-
YUV201.8634.4128.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 234 (91.80% from 255) = 49.58%
BLUE value IS 36 (14.45% from 255) = 7.63%
R=42.80%
G=49.58%
B=7.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202234360.1400.850.0869.782.552.94
HexCAEA24E0558465235
Octal312352441601251010612265
Binary1100101011101010100100111001010101100010001101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caea24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caea24; }

 p { color: rgb(202,234,36); }

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

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

 a { background-color: rgb(202,234,36); }

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

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

 span { border-color: rgb(202,234,36); }

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