#CAF838

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

Shades of Pear #CAF838

Tints of Pear #CAF838

Color information

#CAF838 (or 0xCAF838) is unknown color: approx Pear. HEX triplet: CA, F8 and 38. RGB value is (202,248,56). Sum of RGB (Red+Green+Blue) = 202+248+56=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF838 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF838 is #3507C7. Grayscale: #D5D5D5. Windows color (decimal): -3475400 or 3733706. OLE color: 3733706.

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

Color convert

RGB20224856-
CMYK0.1900.770.03
HSL74.38º93.2%59.61%-
HSV(B)74.38º77.42%97.25%-
XYZ58.6479.9816.09-
YUV212.3639.76120.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 248 (97.27% from 255) = 49.01%
BLUE value IS 56 (22.27% from 255) = 11.07%
R=39.92%
G=49.01%
B=11.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202248560.1900.770.0374.3893.259.61
HexCAF8381304D34a5d3c
Octal31237070230115311213574
Binary110010101111100011100010011010011011110010101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF838; }

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

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

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

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

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

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

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

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