Html Css Color HEX #DEFE0E Chartreuse Yellow

📋 copy color: '#DEFE0E'

red 222 ◦ green 254 ◦ blue 14

#DEFE0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DEFE0E

Tints of Chartreuse Yellow #DEFE0E

RGB

 RED value IS 222 (87.11% from 255) = 45.31%

 GREEN value IS 254 (99.61% from 255) = 51.84%

 BLUE value IS 14 (5.86% from 255) = 2.86%

R = 45.31%
G = 51.84%
B = 2.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DEFE0E (or 0xDEFE0E) is known color: Chartreuse Yellow. HEX triplet: DE, FE and 0E. RGB value is (222,254,14). Sum of RGB (Red+Green+Blue) = 222+254+14=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 14 (5.86% from 255 or 2.86% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFE0E is #2101F1. Grayscale: #D9D9D9. Windows color (decimal): -2163186 or 982750. OLE color: 982750.

HSL color Cylindrical-coordinate representation of color #DEFE0E: hue angle of 68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEFE0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 254 14 -
CMYK 0.13 0 0.94 0.00
HSL 68º 0.99% 0.53% -
HSV(B) 68º 0.94% 1% -
XYZ 65.65 86.44 13.64 -
YUV 217.07 13.4 131.51 -
System Red Green Blue C M Y K H S L
Decimal 222 254 14 0.13 0 0.94 0.00 68 0.99 0.53
Hex DE FE E D 0 5E 0 44 63 35
Octal 336 376 16 15 0 136 0 104 143 65
Binary 11011110 11111110 1110 1101 0 1011110 0 1000100 1100011 110101

Color Harmonies of #DEFE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFE0E

Black with #DEFE0E

Text Example


Text Example

White with #DEFE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFE0E; }

 p { color: rgb(222,254,14); }

 H1.HeaderClassName
 {
   color: #DEFE0E;
 }
 .AnyTagClassName
 {
   color: #DEFE0E;
 }
</style>

background-color css

<style>
 a { background-color: #DEFE0E; }

 a { background-color: rgb(222,254,14); }

 div.DivClassName
 {
   background-color: #DEFE0E;
 }
 .BgClassName
 {
   background-color: #DEFE0E;
 }
</style>

border-color css

<style>
 span { border-color: #DEFE0E; }

 span { border-color: rgb(222,254,14); }

 td.TdClassName
 {
   border-color: #DEFE0E;
 }
 .TagClassName
 {
   border-color: #DEFE0E;
 }
</style>