Shades of Reef #CDF393
Tints of Reef #CDF393
RGB
CMYK
RGB Variations
Color information
#CDF393 (or 0xCDF393) is known color: Reef. HEX triplet: CD, F3 and 93. RGB value is (205,243,147). Sum of RGB (Red+Green+Blue) = 205+243+147=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF393 is #320C6C. Grayscale: #DDDDDD. Windows color (decimal): -3279981 or 9696205. OLE color: 9696205.
HSL color Cylindrical-coordinate representation of color #CDF393: hue angle of 83.75º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDF393 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 147 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.05 |
| HSL | 83.75º | 0.8% | 0.76% | - |
| HSV(B) | 83.75º | 0.4% | 0.95% | - |
| XYZ | 62.49 | 79.19 | 39.59 | - |
| YUV | 220.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 147 | 0.16 | 0 | 0.40 | 0.05 | 83.75 | 0.8 | 0.76 |
| Hex | CD | F3 | 93 | 10 | 0 | 28 | 5 | 54 | 50 | 4C |
| Octal | 315 | 363 | 223 | 20 | 0 | 50 | 5 | 124 | 120 | 114 |
| Binary | 11001101 | 11110011 | 10010011 | 10000 | 0 | 101000 | 101 | 1010100 | 1010000 | 1001100 |
Color Harmonies of #CDF393
Complementary color
Monochromatic Colors of #CDF393
Black with #CDF393
Text Example
Text Example
White with #CDF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF393; }
p { color: rgb(205,243,147); }
H1.HeaderClassName
{
color: #CDF393;
}
.AnyTagClassName
{
color: #CDF393;
}
</style>
background-color css
<style>
a { background-color: #CDF393; }
a { background-color: rgb(205,243,147); }
div.DivClassName
{
background-color: #CDF393;
}
.BgClassName
{
background-color: #CDF393;
}
</style>
border-color css
<style>
span { border-color: #CDF393; }
span { border-color: rgb(205,243,147); }
td.TdClassName
{
border-color: #CDF393;
}
.TagClassName
{
border-color: #CDF393;
}
</style>