Html Css Color HEX #DEFE0A Chartreuse Yellow

📋 copy color: '#DEFE0A'

red 222 ◦ green 254 ◦ blue 10

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

Shades of Chartreuse Yellow #DEFE0A

Tints of Chartreuse Yellow #DEFE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.06%

R = 45.68%
G = 52.26%
B = 2.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#DEFE0A (or 0xDEFE0A) is known color: Chartreuse Yellow. HEX triplet: DE, FE and 0A. RGB value is (222,254,10). Sum of RGB (Red+Green+Blue) = 222+254+10=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFE0A is #2101F5. Grayscale: #D9D9D9. Windows color (decimal): -2163190 or 720606. OLE color: 720606.

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

Color convert

RGB 222 254 10 -
CMYK 0.13 0 0.96 0.00
HSL 67.87º 0.99% 0.52% -
HSV(B) 67.87º 0.96% 1% -
XYZ 65.62 86.44 13.51 -
YUV 216.62 11.4 131.84 -
System Red Green Blue C M Y K H S L
Decimal 222 254 10 0.13 0 0.96 0.00 67.87 0.99 0.52
Hex DE FE A D 0 60 0 44 63 34
Octal 336 376 12 15 0 140 0 104 143 64
Binary 11011110 11111110 1010 1101 0 1100000 0 1000100 1100011 110100

Color Harmonies of #DEFE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFE0A

Black with #DEFE0A

Text Example


Text Example

White with #DEFE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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