#D6F001

Color #D6F001 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #D6F001

Tints of Chartreuse Yellow #D6F001

Color information

#D6F001 (or 0xD6F001) is unknown color: approx 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

RGB2142401-
CMYK0.1101.000.06
HSL66.53º99.17%47.25%-
HSV(B)66.53º99.58%94.12%-
XYZ58.976.6211.71-
YUV204.9812.89134.43-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal21424010.1101.000.0666.5399.1747.25
HexD6F01B064643632f
Octal3263601130144610314357
Binary1101011011110000110110110010011010000111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>