Html Css Color HEX #D6FC14 Chartreuse Yellow

📋 copy color: '#D6FC14'

red 214 ◦ green 252 ◦ blue 20

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

Shades of Chartreuse Yellow #D6FC14

Tints of Chartreuse Yellow #D6FC14

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.85%

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

R = 44.03%
G = 51.85%
B = 4.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#D6FC14 (or 0xD6FC14) is known color: Chartreuse Yellow. HEX triplet: D6, FC and 14. RGB value is (214,252,20). Sum of RGB (Red+Green+Blue) = 214+252+20=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6FC14 is #2903EB. Grayscale: #D7D7D7. Windows color (decimal): -2687980 or 1375446. OLE color: 1375446.

HSL color Cylindrical-coordinate representation of color #D6FC14: hue angle of 69.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6FC14 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 252 20 -
CMYK 0.15 0 0.92 0.01
HSL 69.83º 0.97% 0.53% -
HSV(B) 69.83º 0.92% 0.99% -
XYZ 62.67 83.97 13.57 -
YUV 214.19 18.41 127.86 -
System Red Green Blue C M Y K H S L
Decimal 214 252 20 0.15 0 0.92 0.01 69.83 0.97 0.53
Hex D6 FC 14 F 0 5C 1 46 61 35
Octal 326 374 24 17 0 134 1 106 141 65
Binary 11010110 11111100 10100 1111 0 1011100 1 1000110 1100001 110101

Color Harmonies of #D6FC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FC14

Black with #D6FC14

Text Example


Text Example

White with #D6FC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FC14; }

 p { color: rgb(214,252,20); }

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

background-color css

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

 a { background-color: rgb(214,252,20); }

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

border-color css

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

 span { border-color: rgb(214,252,20); }

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