#CAF71F

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

Shades of Pear #CAF71F

Tints of Pear #CAF71F

Color information

#CAF71F (or 0xCAF71F) is unknown color: approx Pear. HEX triplet: CA, F7 and 1F. RGB value is (202,247,31). Sum of RGB (Red+Green+Blue) = 202+247+31=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 247 (96.88% from 255 or 51.46% from 480); Blue value is 31 (12.5% from 255 or 6.46% from 480); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF71F is #3508E0. Grayscale: #D1D1D1. Windows color (decimal): -3475681 or 2095050. OLE color: 2095050.

HSL color Cylindrical-coordinate representation of color #CAF71F: hue angle of 72.5º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAF71F is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB20224731-
CMYK0.1800.870.03
HSL72.5º93.1%54.51%-
HSV(B)72.5º87.45%96.86%-
XYZ57.8779.1813.53-
YUV208.9227.59123.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 247 (96.88% from 255) = 51.46%
BLUE value IS 31 (12.5% from 255) = 6.46%
R=42.08%
G=51.46%
B=6.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202247310.1800.870.0372.593.154.51
HexCAF71F120573485d37
Octal31236737220127311013567
Binary11001010111101111111110010010101111110010001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF71F; }

 p { color: rgb(202,247,31); }

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

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

 a { background-color: rgb(202,247,31); }

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

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

 span { border-color: rgb(202,247,31); }

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