Shades of Sulu #CDF18A
Tints of Sulu #CDF18A
RGB
CMYK
RGB Variations
Color information
#CDF18A (or 0xCDF18A) is known color: Sulu. HEX triplet: CD, F1 and 8A. RGB value is (205,241,138). Sum of RGB (Red+Green+Blue) = 205+241+138=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF18A is #320E75. Grayscale: #DADADA. Windows color (decimal): -3280502 or 9105869. OLE color: 9105869.
HSL color Cylindrical-coordinate representation of color #CDF18A: hue angle of 80.97º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDF18A is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 138 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.05 |
| HSL | 80.97º | 0.79% | 0.74% | - |
| HSV(B) | 80.97º | 0.43% | 0.95% | - |
| XYZ | 61.22 | 77.72 | 35.82 | - |
| YUV | 218.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 138 | 0.15 | 0 | 0.43 | 0.05 | 80.97 | 0.79 | 0.74 |
| Hex | CD | F1 | 8A | F | 0 | 2B | 5 | 51 | 4F | 4A |
| Octal | 315 | 361 | 212 | 17 | 0 | 53 | 5 | 121 | 117 | 112 |
| Binary | 11001101 | 11110001 | 10001010 | 1111 | 0 | 101011 | 101 | 1010001 | 1001111 | 1001010 |
Color Harmonies of #CDF18A
Complementary color
Monochromatic Colors of #CDF18A
Black with #CDF18A
Text Example
Text Example
White with #CDF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF18A; }
p { color: rgb(205,241,138); }
H1.HeaderClassName
{
color: #CDF18A;
}
.AnyTagClassName
{
color: #CDF18A;
}
</style>
background-color css
<style>
a { background-color: #CDF18A; }
a { background-color: rgb(205,241,138); }
div.DivClassName
{
background-color: #CDF18A;
}
.BgClassName
{
background-color: #CDF18A;
}
</style>
border-color css
<style>
span { border-color: #CDF18A; }
span { border-color: rgb(205,241,138); }
td.TdClassName
{
border-color: #CDF18A;
}
.TagClassName
{
border-color: #CDF18A;
}
</style>