Shades of Chartreuse Yellow #DEF30C
Tints of Chartreuse Yellow #DEF30C
RGB
CMYK
RGB Variations
Color information
#DEF30C (or 0xDEF30C) is known color: Chartreuse Yellow. HEX triplet: DE, F3 and 0C. RGB value is (222,243,12). Sum of RGB (Red+Green+Blue) = 222+243+12=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF30C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF30C is #210CF3. Grayscale: #D3D3D3. Windows color (decimal): -2166004 or 848862. OLE color: 848862.
HSL color Cylindrical-coordinate representation of color #DEF30C: hue angle of 65.45º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEF30C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.05 |
| HSL | 65.45º | 0.91% | 0.5% | - |
| HSV(B) | 65.45º | 0.95% | 0.95% | - |
| XYZ | 62.24 | 79.66 | 12.44 | - |
| YUV | 210.39 | 16.04 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 12 | 0.09 | 0 | 0.95 | 0.05 | 65.45 | 0.91 | 0.5 |
| Hex | DE | F3 | C | 9 | 0 | 5F | 5 | 41 | 5B | 32 |
| Octal | 336 | 363 | 14 | 11 | 0 | 137 | 5 | 101 | 133 | 62 |
| Binary | 11011110 | 11110011 | 1100 | 1001 | 0 | 1011111 | 101 | 1000001 | 1011011 | 110010 |
Color Harmonies of #DEF30C
Complementary color
Monochromatic Colors of #DEF30C
Black with #DEF30C
Text Example
Text Example
White with #DEF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF30C; }
p { color: rgb(222,243,12); }
H1.HeaderClassName
{
color: #DEF30C;
}
.AnyTagClassName
{
color: #DEF30C;
}
</style>
background-color css
<style>
a { background-color: #DEF30C; }
a { background-color: rgb(222,243,12); }
div.DivClassName
{
background-color: #DEF30C;
}
.BgClassName
{
background-color: #DEF30C;
}
</style>
border-color css
<style>
span { border-color: #DEF30C; }
span { border-color: rgb(222,243,12); }
td.TdClassName
{
border-color: #DEF30C;
}
.TagClassName
{
border-color: #DEF30C;
}
</style>