Shades of Sulu #CDF86F
Tints of Sulu #CDF86F
RGB
CMYK
RGB Variations
Color information
#CDF86F (or 0xCDF86F) is known color: Sulu. HEX triplet: CD, F8 and 6F. RGB value is (205,248,111). Sum of RGB (Red+Green+Blue) = 205+248+111=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF86F is #320790. Grayscale: #DCDCDC. Windows color (decimal): -3278737 or 7338189. OLE color: 7338189.
HSL color Cylindrical-coordinate representation of color #CDF86F: hue angle of 78.83º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF86F is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
RGB | 205 | 248 | 111 | - |
CMYK | 0.17 | 0 | 0.55 | 0.03 |
HSL | 78.83º | 0.91% | 0.7% | - |
HSV(B) | 78.83º | 0.55% | 0.97% | - |
XYZ | 61.61 | 81.26 | 27.48 | - |
YUV | 219.53 | 66.75 | 117.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 248 | 111 | 0.17 | 0 | 0.55 | 0.03 | 78.83 | 0.91 | 0.7 |
Hex | CD | F8 | 6F | 11 | 0 | 37 | 3 | 4F | 5B | 46 |
Octal | 315 | 370 | 157 | 21 | 0 | 67 | 3 | 117 | 133 | 106 |
Binary | 11001101 | 11111000 | 1101111 | 10001 | 0 | 110111 | 11 | 1001111 | 1011011 | 1000110 |
Color Harmonies of #CDF86F
Complementary color
Monochromatic Colors of #CDF86F
Black with #CDF86F
Text Example
Text Example
White with #CDF86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF86F; }
p { color: rgb(205,248,111); }
H1.HeaderClassName
{
color: #CDF86F;
}
.AnyTagClassName
{
color: #CDF86F;
}
</style>
background-color css
<style>
a { background-color: #CDF86F; }
a { background-color: rgb(205,248,111); }
div.DivClassName
{
background-color: #CDF86F;
}
.BgClassName
{
background-color: #CDF86F;
}
</style>
border-color css
<style>
span { border-color: #CDF86F; }
span { border-color: rgb(205,248,111); }
td.TdClassName
{
border-color: #CDF86F;
}
.TagClassName
{
border-color: #CDF86F;
}
</style>