Html Css Color HEX #DEF614 Chartreuse Yellow

📋 copy color: '#DEF614'

red 222 ◦ green 246 ◦ blue 20

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

Shades of Chartreuse Yellow #DEF614

Tints of Chartreuse Yellow #DEF614

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.41%

 BLUE value IS 20 (8.2% from 255) = 4.1%

R = 45.49%
G = 50.41%
B = 4.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#DEF614 (or 0xDEF614) is known color: Chartreuse Yellow. HEX triplet: DE, F6 and 14. RGB value is (222,246,20). Sum of RGB (Red+Green+Blue) = 222+246+20=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF614 is #2109EB. Grayscale: #D5D5D5. Windows color (decimal): -2165228 or 1373918. OLE color: 1373918.

HSL color Cylindrical-coordinate representation of color #DEF614: hue angle of 66.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEF614 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 246 20 -
CMYK 0.10 0 0.92 0.04
HSL 66.37º 0.93% 0.52% -
HSV(B) 66.37º 0.92% 0.96% -
XYZ 63.21 81.49 13.06 -
YUV 213.06 19.05 134.38 -
System Red Green Blue C M Y K H S L
Decimal 222 246 20 0.10 0 0.92 0.04 66.37 0.93 0.52
Hex DE F6 14 A 0 5C 4 42 5D 34
Octal 336 366 24 12 0 134 4 102 135 64
Binary 11011110 11110110 10100 1010 0 1011100 100 1000010 1011101 110100

Color Harmonies of #DEF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF614

Black with #DEF614

Text Example


Text Example

White with #DEF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF614; }

 p { color: rgb(222,246,20); }

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

background-color css

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

 a { background-color: rgb(222,246,20); }

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

border-color css

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

 span { border-color: rgb(222,246,20); }

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