#CAF699

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

Shades of Reef #CAF699

Tints of Reef #CAF699

Color information

#CAF699 (or 0xCAF699) is unknown color: approx Reef. HEX triplet: CA, F6 and 99. RGB value is (202,246,153). Sum of RGB (Red+Green+Blue) = 202+246+153=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF699 is #350966. Grayscale: #DEDEDE. Windows color (decimal): -3475815 or 10090186. OLE color: 10090186.

HSL color Cylindrical-coordinate representation of color #CAF699: hue angle of 88.39º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAF699 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB202246153-
CMYK0.1800.380.04
HSL88.39º83.78%78.24%-
HSV(B)88.39º37.8%96.47%-
XYZ63.0680.7742.4-
YUV222.2488.92113.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 246 (96.48% from 255) = 40.93%
BLUE value IS 153 (60.16% from 255) = 25.46%
R=33.61%
G=40.93%
B=25.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022461530.1800.380.0488.3983.7878.24
HexCAF69912026458544e
Octal312366231220464130124116
Binary110010101111011010011001100100100110100101100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF699; }

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

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

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

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

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

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

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

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