Html Css Color HEX #D6E001 Chartreuse Yellow

📋 copy color: '#D6E001'

red 214 ◦ green 224 ◦ blue 1

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

Shades of Chartreuse Yellow #D6E001

Tints of Chartreuse Yellow #D6E001

RGB

 RED value IS 214 (83.98% from 255) = 48.75%

 GREEN value IS 224 (87.89% from 255) = 51.03%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 48.75%
G = 51.03%
B = 0.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#D6E001 (or 0xD6E001) is known color: Chartreuse Yellow. HEX triplet: D6, E0 and 01. RGB value is (214,224,1). Sum of RGB (Red+Green+Blue) = 214+224+1=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E001 is #291FFE. Grayscale: #C4C4C4. Windows color (decimal): -2695167 or 123094. OLE color: 123094.

HSL color Cylindrical-coordinate representation of color #D6E001: hue angle of 62.69º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6E001 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 1 -
CMYK 0.04 0 1.00 0.12
HSL 62.69º 0.99% 0.44% -
HSV(B) 62.69º 1% 0.88% -
XYZ 54.39 67.61 10.21 -
YUV 195.59 18.19 141.13 -
System Red Green Blue C M Y K H S L
Decimal 214 224 1 0.04 0 1.00 0.12 62.69 0.99 0.44
Hex D6 E0 1 4 0 64 C 3F 63 2C
Octal 326 340 1 4 0 144 14 77 143 54
Binary 11010110 11100000 1 100 0 1100100 1100 111111 1100011 101100

Color Harmonies of #D6E001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E001

Black with #D6E001

Text Example


Text Example

White with #D6E001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E001; }

 p { color: rgb(214,224,1); }

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

background-color css

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

 a { background-color: rgb(214,224,1); }

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

border-color css

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

 span { border-color: rgb(214,224,1); }

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