#CAF431

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

Shades of Pear #CAF431

Tints of Pear #CAF431

Color information

#CAF431 (or 0xCAF431) is unknown color: approx Pear. HEX triplet: CA, F4 and 31. RGB value is (202,244,49). Sum of RGB (Red+Green+Blue) = 202+244+49=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF431 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF431 is #350BCE. Grayscale: #D1D1D1. Windows color (decimal): -3476431 or 3273930. OLE color: 3273930.

HSL color Cylindrical-coordinate representation of color #CAF431: hue angle of 72.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAF431 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB20224449-
CMYK0.1700.800.04
HSL72.92º89.86%57.45%-
HSV(B)72.92º79.92%95.69%-
XYZ57.2677.4814.84-
YUV209.2137.59122.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 244 (95.70% from 255) = 49.29%
BLUE value IS 49 (19.53% from 255) = 9.90%
R=40.81%
G=49.29%
B=9.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202244490.1700.800.0472.9289.8657.45
HexCAF431110504495a39
Octal31236461210120411113271
Binary1100101011110100110001100010101000010010010011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF431; }

 p { color: rgb(202,244,49); }

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

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

 a { background-color: rgb(202,244,49); }

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

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

 span { border-color: rgb(202,244,49); }

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