Html Css Color HEX #D6FA12 Chartreuse Yellow

📋 copy color: '#D6FA12'

red 214 ◦ green 250 ◦ blue 18

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

Shades of Chartreuse Yellow #D6FA12

Tints of Chartreuse Yellow #D6FA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.73%

R = 44.4%
G = 51.87%
B = 3.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#D6FA12 (or 0xD6FA12) is known color: Chartreuse Yellow. HEX triplet: D6, FA and 12. RGB value is (214,250,18). Sum of RGB (Red+Green+Blue) = 214+250+18=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6FA12 is #2905ED. Grayscale: #D5D5D5. Windows color (decimal): -2688494 or 1243862. OLE color: 1243862.

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

Color convert

RGB 214 250 18 -
CMYK 0.14 0 0.93 0.02
HSL 69.31º 0.96% 0.53% -
HSV(B) 69.31º 0.93% 0.98% -
XYZ 62.03 82.71 13.27 -
YUV 212.79 18.07 128.86 -
System Red Green Blue C M Y K H S L
Decimal 214 250 18 0.14 0 0.93 0.02 69.31 0.96 0.53
Hex D6 FA 12 E 0 5D 2 45 60 35
Octal 326 372 22 16 0 135 2 105 140 65
Binary 11010110 11111010 10010 1110 0 1011101 10 1000101 1100000 110101

Color Harmonies of #D6FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA12

Black with #D6FA12

Text Example


Text Example

White with #D6FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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