Html Css Color HEX #DEFF10 Chartreuse Yellow

📋 copy color: '#DEFF10'

red 222 ◦ green 255 ◦ blue 16

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

Shades of Chartreuse Yellow #DEFF10

Tints of Chartreuse Yellow #DEFF10

RGB

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

 GREEN value IS 255 (100% from 255) = 51.72%

 BLUE value IS 16 (6.64% from 255) = 3.25%

R = 45.03%
G = 51.72%
B = 3.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#DEFF10 (or 0xDEFF10) is known color: Chartreuse Yellow. HEX triplet: DE, FF and 10. RGB value is (222,255,16). Sum of RGB (Red+Green+Blue) = 222+255+16=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 16 (6.64% from 255 or 3.25% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFF10 is #2100EF. Grayscale: #DADADA. Windows color (decimal): -2162928 or 1114078. OLE color: 1114078.

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

Color convert

RGB 222 255 16 -
CMYK 0.13 0 0.94 0
HSL 68.28º 1% 0.53% -
HSV(B) 68.28º 0.94% 1% -
XYZ 65.98 87.09 13.82 -
YUV 217.89 14.07 130.93 -
System Red Green Blue C M Y K H S L
Decimal 222 255 16 0.13 0 0.94 0 68.28 1 0.53
Hex DE FF 10 D 0 5E 0 44 64 35
Octal 336 377 20 15 0 136 0 104 144 65
Binary 11011110 11111111 10000 1101 0 1011110 0 1000100 1100100 110101

Color Harmonies of #DEFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF10

Black with #DEFF10

Text Example


Text Example

White with #DEFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF10; }

 p { color: rgb(222,255,16); }

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

background-color css

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

 a { background-color: rgb(222,255,16); }

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

border-color css

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

 span { border-color: rgb(222,255,16); }

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