#CAF947

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

Shades of Pear #CAF947

Tints of Pear #CAF947

Color information

#CAF947 (or 0xCAF947) is unknown color: approx Pear. HEX triplet: CA, F9 and 47. RGB value is (202,249,71). Sum of RGB (Red+Green+Blue) = 202+249+71=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 71 (28.12% from 255 or 13.60% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF947 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF947 is #3506B8. Grayscale: #D7D7D7. Windows color (decimal): -3475129 or 4717002. OLE color: 4717002.

HSL color Cylindrical-coordinate representation of color #CAF947: hue angle of 75.84º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAF947 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB20224971-
CMYK0.1900.710.02
HSL75.84º93.68%62.75%-
HSV(B)75.84º71.49%97.65%-
XYZ59.3780.7618.42-
YUV214.6546.93118.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 71 (28.12% from 255) = 13.60%
R=38.70%
G=47.70%
B=13.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202249710.1900.710.0275.8493.6862.75
HexCAF9471304724c5e3f
Octal312371107230107211413677
Binary1100101011111001100011110011010001111010011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF947; }

 p { color: rgb(202,249,71); }

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

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

 a { background-color: rgb(202,249,71); }

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

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

 span { border-color: rgb(202,249,71); }

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