#CAF199

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

Shades of Reef #CAF199

Tints of Reef #CAF199

Color information

#CAF199 (or 0xCAF199) is unknown color: approx Reef. HEX triplet: CA, F1 and 99. RGB value is (202,241,153). Sum of RGB (Red+Green+Blue) = 202+241+153=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF199 is #350E66. Grayscale: #DBDBDB. Windows color (decimal): -3477095 or 10088906. OLE color: 10088906.

HSL color Cylindrical-coordinate representation of color #CAF199: hue angle of 86.59º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAF199 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB202241153-
CMYK0.1600.370.05
HSL86.59º75.86%77.25%-
HSV(B)86.59º36.51%94.51%-
XYZ61.5677.7741.9-
YUV219.3190.58115.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 153 (60.16% from 255) = 25.67%
R=33.89%
G=40.44%
B=25.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411530.1600.370.0586.5975.8677.25
HexCAF199100255574c4d
Octal312361231200455127114115
Binary110010101111000110011001100000100101101101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF199; }

 p { color: rgb(202,241,153); }

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

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

 a { background-color: rgb(202,241,153); }

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

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

 span { border-color: rgb(202,241,153); }

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