#CAF32A

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

Shades of Pear #CAF32A

Tints of Pear #CAF32A

Color information

#CAF32A (or 0xCAF32A) is unknown color: approx Pear. HEX triplet: CA, F3 and 2A. RGB value is (202,243,42). Sum of RGB (Red+Green+Blue) = 202+243+42=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF32A is #350CD5. Grayscale: #D0D0D0. Windows color (decimal): -3476694 or 2814922. OLE color: 2814922.

HSL color Cylindrical-coordinate representation of color #CAF32A: hue angle of 72.24º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF32A is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB20224342-
CMYK0.1700.830.05
HSL72.24º89.33%55.88%-
HSV(B)72.24º82.72%95.29%-
XYZ56.8376.8214.02-
YUV207.8334.42123.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 243 (95.31% from 255) = 49.90%
BLUE value IS 42 (16.80% from 255) = 8.62%
R=41.48%
G=49.90%
B=8.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202243420.1700.830.0572.2489.3355.88
HexCAF32A110535485938
Octal31236352210123511013170
Binary1100101011110011101010100010101001110110010001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF32A; }

 p { color: rgb(202,243,42); }

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

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

 a { background-color: rgb(202,243,42); }

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

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

 span { border-color: rgb(202,243,42); }

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