Shades of Reef #CAF69B
Tints of Reef #CAF69B
RGB
CMYK
RGB Variations
Color information
#CAF69B (or 0xCAF69B) is known color: Reef. HEX triplet: CA, F6 and 9B. RGB value is (202,246,155). Sum of RGB (Red+Green+Blue) = 202+246+155=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF69B is #350964. Grayscale: #DEDEDE. Windows color (decimal): -3475813 or 10221258. OLE color: 10221258.
HSL color Cylindrical-coordinate representation of color #CAF69B: hue angle of 89.01º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAF69B is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 155 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.04 |
| HSL | 89.01º | 0.83% | 0.79% | - |
| HSV(B) | 89.01º | 0.37% | 0.96% | - |
| XYZ | 63.23 | 80.83 | 43.28 | - |
| YUV | 222.47 | 89.92 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 155 | 0.18 | 0 | 0.37 | 0.04 | 89.01 | 0.83 | 0.79 |
| Hex | CA | F6 | 9B | 12 | 0 | 25 | 4 | 59 | 53 | 4F |
| Octal | 312 | 366 | 233 | 22 | 0 | 45 | 4 | 131 | 123 | 117 |
| Binary | 11001010 | 11110110 | 10011011 | 10010 | 0 | 100101 | 100 | 1011001 | 1010011 | 1001111 |
Color Harmonies of #CAF69B
Complementary color
Monochromatic Colors of #CAF69B
Black with #CAF69B
Text Example
Text Example
White with #CAF69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF69B; }
p { color: rgb(202,246,155); }
H1.HeaderClassName
{
color: #CAF69B;
}
.AnyTagClassName
{
color: #CAF69B;
}
</style>
background-color css
<style>
a { background-color: #CAF69B; }
a { background-color: rgb(202,246,155); }
div.DivClassName
{
background-color: #CAF69B;
}
.BgClassName
{
background-color: #CAF69B;
}
</style>
border-color css
<style>
span { border-color: #CAF69B; }
span { border-color: rgb(202,246,155); }
td.TdClassName
{
border-color: #CAF69B;
}
.TagClassName
{
border-color: #CAF69B;
}
</style>