#CAF03F

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

Shades of Pear #CAF03F

Tints of Pear #CAF03F

Color information

#CAF03F (or 0xCAF03F) is unknown color: approx Pear. HEX triplet: CA, F0 and 3F. RGB value is (202,240,63). Sum of RGB (Red+Green+Blue) = 202+240+63=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF03F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF03F is #350FC0. Grayscale: #D1D1D1. Windows color (decimal): -3477441 or 4190410. OLE color: 4190410.

HSL color Cylindrical-coordinate representation of color #CAF03F: hue angle of 72.88º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAF03F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB20224063-
CMYK0.1600.740.06
HSL72.88º85.51%59.41%-
HSV(B)72.88º73.75%94.12%-
XYZ56.4175.2416.25-
YUV208.4645.91123.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 63 (25% from 255) = 12.48%
R=40%
G=47.52%
B=12.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202240630.1600.740.0672.8885.5159.41
HexCAF03F1004A649563b
Octal31236077200112611112673
Binary1100101011110000111111100000100101011010010011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF03F; }

 p { color: rgb(202,240,63); }

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

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

 a { background-color: rgb(202,240,63); }

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

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

 span { border-color: rgb(202,240,63); }

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