Html Css Color HEX #D6FA13 Chartreuse Yellow

📋 copy color: '#D6FA13'

red 214 ◦ green 250 ◦ blue 19

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

Shades of Chartreuse Yellow #D6FA13

Tints of Chartreuse Yellow #D6FA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.93%

R = 44.31%
G = 51.76%
B = 3.93%

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

#D6FA13 (or 0xD6FA13) is known color: Chartreuse Yellow. HEX triplet: D6, FA and 13. RGB value is (214,250,19). Sum of RGB (Red+Green+Blue) = 214+250+19=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6FA13 is #2905EC. Grayscale: #D5D5D5. Windows color (decimal): -2688493 or 1309398. OLE color: 1309398.

HSL color Cylindrical-coordinate representation of color #D6FA13: hue angle of 69.35º 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 #D6FA13 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 19 -
CMYK 0.14 0 0.92 0.02
HSL 69.35º 0.96% 0.53% -
HSV(B) 69.35º 0.92% 0.98% -
XYZ 62.03 82.71 13.31 -
YUV 212.9 18.57 128.78 -
System Red Green Blue C M Y K H S L
Decimal 214 250 19 0.14 0 0.92 0.02 69.35 0.96 0.53
Hex D6 FA 13 E 0 5C 2 45 60 35
Octal 326 372 23 16 0 134 2 105 140 65
Binary 11010110 11111010 10011 1110 0 1011100 10 1000101 1100000 110101

Color Harmonies of #D6FA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA13

Black with #D6FA13

Text Example


Text Example

White with #D6FA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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