Html Css Color HEX #D6FA14 Chartreuse Yellow

📋 copy color: '#D6FA14'

red 214 ◦ green 250 ◦ blue 20

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

Shades of Chartreuse Yellow #D6FA14

Tints of Chartreuse Yellow #D6FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.65%

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

R = 44.21%
G = 51.65%
B = 4.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#D6FA14 (or 0xD6FA14) is known color: Chartreuse Yellow. HEX triplet: D6, FA and 14. RGB value is (214,250,20). Sum of RGB (Red+Green+Blue) = 214+250+20=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6FA14 is #2905EB. Grayscale: #D5D5D5. Windows color (decimal): -2688492 or 1374934. OLE color: 1374934.

HSL color Cylindrical-coordinate representation of color #D6FA14: hue angle of 69.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6FA14 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 20 -
CMYK 0.14 0 0.92 0.02
HSL 69.39º 0.96% 0.53% -
HSV(B) 69.39º 0.92% 0.98% -
XYZ 62.04 82.72 13.36 -
YUV 213.02 19.07 128.7 -
System Red Green Blue C M Y K H S L
Decimal 214 250 20 0.14 0 0.92 0.02 69.39 0.96 0.53
Hex D6 FA 14 E 0 5C 2 45 60 35
Octal 326 372 24 16 0 134 2 105 140 65
Binary 11010110 11111010 10100 1110 0 1011100 10 1000101 1100000 110101

Color Harmonies of #D6FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA14

Black with #D6FA14

Text Example


Text Example

White with #D6FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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