Html Css Color HEX #DEF10A Chartreuse Yellow

📋 copy color: '#DEF10A'

red 222 ◦ green 241 ◦ blue 10

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

Shades of Chartreuse Yellow #DEF10A

Tints of Chartreuse Yellow #DEF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.95%

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

R = 46.93%
G = 50.95%
B = 2.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#DEF10A (or 0xDEF10A) is known color: Chartreuse Yellow. HEX triplet: DE, F1 and 0A. RGB value is (222,241,10). Sum of RGB (Red+Green+Blue) = 222+241+10=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF10A is #210EF5. Grayscale: #D1D1D1. Windows color (decimal): -2166518 or 717278. OLE color: 717278.

HSL color Cylindrical-coordinate representation of color #DEF10A: hue angle of 64.94º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEF10A is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 241 10 -
CMYK 0.08 0 0.96 0.05
HSL 64.94º 0.92% 0.49% -
HSV(B) 64.94º 0.96% 0.95% -
XYZ 61.63 78.46 12.18 -
YUV 208.99 15.71 137.28 -
System Red Green Blue C M Y K H S L
Decimal 222 241 10 0.08 0 0.96 0.05 64.94 0.92 0.49
Hex DE F1 A 8 0 60 5 41 5C 31
Octal 336 361 12 10 0 140 5 101 134 61
Binary 11011110 11110001 1010 1000 0 1100000 101 1000001 1011100 110001

Color Harmonies of #DEF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF10A

Black with #DEF10A

Text Example


Text Example

White with #DEF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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