Shades of Reef #CDF89B
Tints of Reef #CDF89B
RGB
CMYK
RGB Variations
Color information
#CDF89B (or 0xCDF89B) is known color: Reef. HEX triplet: CD, F8 and 9B. RGB value is (205,248,155). Sum of RGB (Red+Green+Blue) = 205+248+155=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF89B is #320764. Grayscale: #E0E0E0. Windows color (decimal): -3278693 or 10221773. OLE color: 10221773.
HSL color Cylindrical-coordinate representation of color #CDF89B: hue angle of 87.74º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDF89B is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 155 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.03 |
| HSL | 87.74º | 0.87% | 0.79% | - |
| HSV(B) | 87.74º | 0.38% | 0.97% | - |
| XYZ | 64.66 | 82.48 | 43.52 | - |
| YUV | 224.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 155 | 0.17 | 0 | 0.38 | 0.03 | 87.74 | 0.87 | 0.79 |
| Hex | CD | F8 | 9B | 11 | 0 | 26 | 3 | 58 | 57 | 4F |
| Octal | 315 | 370 | 233 | 21 | 0 | 46 | 3 | 130 | 127 | 117 |
| Binary | 11001101 | 11111000 | 10011011 | 10001 | 0 | 100110 | 11 | 1011000 | 1010111 | 1001111 |
Color Harmonies of #CDF89B
Complementary color
Monochromatic Colors of #CDF89B
Black with #CDF89B
Text Example
Text Example
White with #CDF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF89B; }
p { color: rgb(205,248,155); }
H1.HeaderClassName
{
color: #CDF89B;
}
.AnyTagClassName
{
color: #CDF89B;
}
</style>
background-color css
<style>
a { background-color: #CDF89B; }
a { background-color: rgb(205,248,155); }
div.DivClassName
{
background-color: #CDF89B;
}
.BgClassName
{
background-color: #CDF89B;
}
</style>
border-color css
<style>
span { border-color: #CDF89B; }
span { border-color: rgb(205,248,155); }
td.TdClassName
{
border-color: #CDF89B;
}
.TagClassName
{
border-color: #CDF89B;
}
</style>