Html Css Color HEX #DEF00D Chartreuse Yellow

📋 copy color: '#DEF00D'

red 222 ◦ green 240 ◦ blue 13

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

Shades of Chartreuse Yellow #DEF00D

Tints of Chartreuse Yellow #DEF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.53%

 BLUE value IS 13 (5.47% from 255) = 2.74%

R = 46.74%
G = 50.53%
B = 2.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#DEF00D (or 0xDEF00D) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 0D. RGB value is (222,240,13). Sum of RGB (Red+Green+Blue) = 222+240+13=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF00D is #210FF2. Grayscale: #D1D1D1. Windows color (decimal): -2166771 or 913630. OLE color: 913630.

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

Color convert

RGB 222 240 13 -
CMYK 0.08 0 0.95 0.06
HSL 64.76º 0.9% 0.5% -
HSV(B) 64.76º 0.95% 0.94% -
XYZ 61.36 77.88 12.18 -
YUV 208.74 17.54 137.46 -
System Red Green Blue C M Y K H S L
Decimal 222 240 13 0.08 0 0.95 0.06 64.76 0.9 0.5
Hex DE F0 D 8 0 5F 6 41 5A 32
Octal 336 360 15 10 0 137 6 101 132 62
Binary 11011110 11110000 1101 1000 0 1011111 110 1000001 1011010 110010

Color Harmonies of #DEF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF00D

Black with #DEF00D

Text Example


Text Example

White with #DEF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF00D; }

 p { color: rgb(222,240,13); }

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

background-color css

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

 a { background-color: rgb(222,240,13); }

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

border-color css

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

 span { border-color: rgb(222,240,13); }

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