Html Css Color HEX #DEF10C Chartreuse Yellow

📋 copy color: '#DEF10C'

red 222 ◦ green 241 ◦ blue 12

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

Shades of Chartreuse Yellow #DEF10C

Tints of Chartreuse Yellow #DEF10C

RGB

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

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

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

R = 46.74%
G = 50.74%
B = 2.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#DEF10C (or 0xDEF10C) is known color: Chartreuse Yellow. HEX triplet: DE, F1 and 0C. RGB value is (222,241,12). Sum of RGB (Red+Green+Blue) = 222+241+12=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF10C is #210EF3. Grayscale: #D2D2D2. Windows color (decimal): -2166516 or 848350. OLE color: 848350.

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

Color convert

RGB 222 241 12 -
CMYK 0.08 0 0.95 0.05
HSL 64.98º 0.91% 0.5% -
HSV(B) 64.98º 0.95% 0.95% -
XYZ 61.65 78.47 12.24 -
YUV 209.21 16.71 137.12 -
System Red Green Blue C M Y K H S L
Decimal 222 241 12 0.08 0 0.95 0.05 64.98 0.91 0.5
Hex DE F1 C 8 0 5F 5 41 5B 32
Octal 336 361 14 10 0 137 5 101 133 62
Binary 11011110 11110001 1100 1000 0 1011111 101 1000001 1011011 110010

Color Harmonies of #DEF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF10C

Black with #DEF10C

Text Example


Text Example

White with #DEF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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