#CAF438

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

Shades of Pear #CAF438

Tints of Pear #CAF438

Color information

#CAF438 (or 0xCAF438) is unknown color: approx Pear. HEX triplet: CA, F4 and 38. RGB value is (202,244,56). Sum of RGB (Red+Green+Blue) = 202+244+56=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF438 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF438 is #350BC7. Grayscale: #D2D2D2. Windows color (decimal): -3476424 or 3732682. OLE color: 3732682.

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

Color convert

RGB20224456-
CMYK0.1700.770.04
HSL73.4º89.52%58.82%-
HSV(B)73.4º77.05%95.69%-
XYZ57.4277.5415.68-
YUV210.0141.09122.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 244 (95.70% from 255) = 48.61%
BLUE value IS 56 (22.27% from 255) = 11.16%
R=40.24%
G=48.61%
B=11.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202244560.1700.770.0473.489.5258.82
HexCAF4381104D4495a3b
Octal31236470210115411113273
Binary1100101011110100111000100010100110110010010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF438; }

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

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

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

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

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

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

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

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