#CAFC37

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

Shades of Pear #CAFC37

Tints of Pear #CAFC37

Color information

#CAFC37 (or 0xCAFC37) is unknown color: approx Pear. HEX triplet: CA, FC and 37. RGB value is (202,252,55). Sum of RGB (Red+Green+Blue) = 202+252+55=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 55 (21.88% from 255 or 10.81% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFC37 is #3503C8. Grayscale: #D7D7D7. Windows color (decimal): -3474377 or 3669194. OLE color: 3669194.

HSL color Cylindrical-coordinate representation of color #CAFC37: hue angle of 75.23º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAFC37 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB20225255-
CMYK0.2000.780.01
HSL75.23º97.04%60.2%-
HSV(B)75.23º78.17%98.82%-
XYZ59.8682.4516.37-
YUV214.5937.94119.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 252 (98.83% from 255) = 49.51%
BLUE value IS 55 (21.88% from 255) = 10.81%
R=39.69%
G=49.51%
B=10.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202252550.2000.780.0175.2397.0460.2
HexCAFC371404E14b613c
Octal31237467240116111314174
Binary11001010111111001101111010001001110110010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFC37; }

 p { color: rgb(202,252,55); }

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

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

 a { background-color: rgb(202,252,55); }

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

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

 span { border-color: rgb(202,252,55); }

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