Html Css Color HEX #DEF70C Chartreuse Yellow

📋 copy color: '#DEF70C'

red 222 ◦ green 247 ◦ blue 12

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

Shades of Chartreuse Yellow #DEF70C

Tints of Chartreuse Yellow #DEF70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.35%

 BLUE value IS 12 (5.08% from 255) = 2.49%

R = 46.15%
G = 51.35%
B = 2.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#DEF70C (or 0xDEF70C) is known color: Chartreuse Yellow. HEX triplet: DE, F7 and 0C. RGB value is (222,247,12). Sum of RGB (Red+Green+Blue) = 222+247+12=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF70C is #2108F3. Grayscale: #D5D5D5. Windows color (decimal): -2164980 or 849886. OLE color: 849886.

HSL color Cylindrical-coordinate representation of color #DEF70C: hue angle of 66.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEF70C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 247 12 -
CMYK 0.10 0 0.95 0.03
HSL 66.38º 0.94% 0.51% -
HSV(B) 66.38º 0.95% 0.97% -
XYZ 63.45 82.08 12.85 -
YUV 212.74 14.72 134.61 -
System Red Green Blue C M Y K H S L
Decimal 222 247 12 0.10 0 0.95 0.03 66.38 0.94 0.51
Hex DE F7 C A 0 5F 3 42 5E 33
Octal 336 367 14 12 0 137 3 102 136 63
Binary 11011110 11110111 1100 1010 0 1011111 11 1000010 1011110 110011

Color Harmonies of #DEF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF70C

Black with #DEF70C

Text Example


Text Example

White with #DEF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF70C; }

 p { color: rgb(222,247,12); }

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

background-color css

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

 a { background-color: rgb(222,247,12); }

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

border-color css

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

 span { border-color: rgb(222,247,12); }

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