Shades of Chartreuse Yellow #DEF30F
Tints of Chartreuse Yellow #DEF30F
RGB
CMYK
RGB Variations
Color information
#DEF30F (or 0xDEF30F) is known color: Chartreuse Yellow. HEX triplet: DE, F3 and 0F. RGB value is (222,243,15). Sum of RGB (Red+Green+Blue) = 222+243+15=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF30F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF30F is #210CF0. Grayscale: #D3D3D3. Windows color (decimal): -2166001 or 1045470. OLE color: 1045470.
HSL color Cylindrical-coordinate representation of color #DEF30F: hue angle of 65.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEF30F is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 15 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.05 |
| HSL | 65.53º | 0.9% | 0.51% | - |
| HSV(B) | 65.53º | 0.94% | 0.95% | - |
| XYZ | 62.26 | 79.67 | 12.55 | - |
| YUV | 210.73 | 17.54 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 15 | 0.09 | 0 | 0.94 | 0.05 | 65.53 | 0.9 | 0.51 |
| Hex | DE | F3 | F | 9 | 0 | 5E | 5 | 42 | 5A | 33 |
| Octal | 336 | 363 | 17 | 11 | 0 | 136 | 5 | 102 | 132 | 63 |
| Binary | 11011110 | 11110011 | 1111 | 1001 | 0 | 1011110 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DEF30F
Complementary color
Monochromatic Colors of #DEF30F
Black with #DEF30F
Text Example
Text Example
White with #DEF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF30F; }
p { color: rgb(222,243,15); }
H1.HeaderClassName
{
color: #DEF30F;
}
.AnyTagClassName
{
color: #DEF30F;
}
</style>
background-color css
<style>
a { background-color: #DEF30F; }
a { background-color: rgb(222,243,15); }
div.DivClassName
{
background-color: #DEF30F;
}
.BgClassName
{
background-color: #DEF30F;
}
</style>
border-color css
<style>
span { border-color: #DEF30F; }
span { border-color: rgb(222,243,15); }
td.TdClassName
{
border-color: #DEF30F;
}
.TagClassName
{
border-color: #DEF30F;
}
</style>