#CAF939

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

Shades of Pear #CAF939

Tints of Pear #CAF939

Color information

#CAF939 (or 0xCAF939) is unknown color: approx Pear. HEX triplet: CA, F9 and 39. RGB value is (202,249,57). Sum of RGB (Red+Green+Blue) = 202+249+57=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 57 (22.66% from 255 or 11.22% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF939 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF939 is #3506C6. Grayscale: #D5D5D5. Windows color (decimal): -3475143 or 3799498. OLE color: 3799498.

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

Color convert

RGB20224957-
CMYK0.1900.770.02
HSL74.69º94.12%60%-
HSV(B)74.69º77.11%97.65%-
XYZ58.9780.616.32-
YUV213.0639.93120.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 249 (97.66% from 255) = 49.02%
BLUE value IS 57 (22.66% from 255) = 11.22%
R=39.76%
G=49.02%
B=11.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202249570.1900.770.0274.6994.1260
HexCAF9391304D24b5e3c
Octal31237171230115211313674
Binary110010101111100111100110011010011011010010111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF939; }

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

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

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

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

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

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

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

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