Html Css Color HEX #D6F001 Chartreuse Yellow

📋 copy color: '#D6F001'

red 214 ◦ green 240 ◦ blue 1

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

Shades of Chartreuse Yellow #D6F001

Tints of Chartreuse Yellow #D6F001

RGB

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

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

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

R = 47.03%
G = 52.75%
B = 0.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#D6F001 (or 0xD6F001) is known color: Chartreuse Yellow. HEX triplet: D6, F0 and 01. RGB value is (214,240,1). Sum of RGB (Red+Green+Blue) = 214+240+1=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F001 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F001 is #290FFE. Grayscale: #CDCDCD. Windows color (decimal): -2691071 or 127190. OLE color: 127190.

HSL color Cylindrical-coordinate representation of color #D6F001: hue angle of 66.53º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6F001 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 1 -
CMYK 0.11 0 1.00 0.06
HSL 66.53º 0.99% 0.47% -
HSV(B) 66.53º 1% 0.94% -
XYZ 58.9 76.62 11.71 -
YUV 204.98 12.89 134.43 -
System Red Green Blue C M Y K H S L
Decimal 214 240 1 0.11 0 1.00 0.06 66.53 0.99 0.47
Hex D6 F0 1 B 0 64 6 43 63 2F
Octal 326 360 1 13 0 144 6 103 143 57
Binary 11010110 11110000 1 1011 0 1100100 110 1000011 1100011 101111

Color Harmonies of #D6F001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F001

Black with #D6F001

Text Example


Text Example

White with #D6F001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F001; }

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

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

background-color css

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

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

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

border-color css

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

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

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