Shades of Reef #CDF99B
Tints of Reef #CDF99B
RGB
CMYK
RGB Variations
Color information
#CDF99B (or 0xCDF99B) is known color: Reef. HEX triplet: CD, F9 and 9B. RGB value is (205,249,155). Sum of RGB (Red+Green+Blue) = 205+249+155=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF99B is #320664. Grayscale: #E1E1E1. Windows color (decimal): -3278437 or 10222029. OLE color: 10222029.
HSL color Cylindrical-coordinate representation of color #CDF99B: hue angle of 88.09º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDF99B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 155 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.02 |
| HSL | 88.09º | 0.89% | 0.79% | - |
| HSV(B) | 88.09º | 0.38% | 0.98% | - |
| XYZ | 64.97 | 83.1 | 43.63 | - |
| YUV | 225.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 155 | 0.18 | 0 | 0.38 | 0.02 | 88.09 | 0.89 | 0.79 |
| Hex | CD | F9 | 9B | 12 | 0 | 26 | 2 | 58 | 59 | 4F |
| Octal | 315 | 371 | 233 | 22 | 0 | 46 | 2 | 130 | 131 | 117 |
| Binary | 11001101 | 11111001 | 10011011 | 10010 | 0 | 100110 | 10 | 1011000 | 1011001 | 1001111 |
Color Harmonies of #CDF99B
Complementary color
Monochromatic Colors of #CDF99B
Black with #CDF99B
Text Example
Text Example
White with #CDF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF99B; }
p { color: rgb(205,249,155); }
H1.HeaderClassName
{
color: #CDF99B;
}
.AnyTagClassName
{
color: #CDF99B;
}
</style>
background-color css
<style>
a { background-color: #CDF99B; }
a { background-color: rgb(205,249,155); }
div.DivClassName
{
background-color: #CDF99B;
}
.BgClassName
{
background-color: #CDF99B;
}
</style>
border-color css
<style>
span { border-color: #CDF99B; }
span { border-color: rgb(205,249,155); }
td.TdClassName
{
border-color: #CDF99B;
}
.TagClassName
{
border-color: #CDF99B;
}
</style>