Html Css Color HEX #D6F914 Chartreuse Yellow

📋 copy color: '#D6F914'

red 214 ◦ green 249 ◦ blue 20

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

Shades of Chartreuse Yellow #D6F914

Tints of Chartreuse Yellow #D6F914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.55%

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

R = 44.31%
G = 51.55%
B = 4.14%

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

#D6F914 (or 0xD6F914) is known color: Chartreuse Yellow. HEX triplet: D6, F9 and 14. RGB value is (214,249,20). Sum of RGB (Red+Green+Blue) = 214+249+20=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F914 is #2906EB. Grayscale: #D5D5D5. Windows color (decimal): -2688748 or 1374678. OLE color: 1374678.

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

Color convert

RGB 214 249 20 -
CMYK 0.14 0 0.92 0.02
HSL 69.17º 0.95% 0.53% -
HSV(B) 69.17º 0.92% 0.98% -
XYZ 61.73 82.1 13.25 -
YUV 212.43 19.4 129.12 -
System Red Green Blue C M Y K H S L
Decimal 214 249 20 0.14 0 0.92 0.02 69.17 0.95 0.53
Hex D6 F9 14 E 0 5C 2 45 5F 35
Octal 326 371 24 16 0 134 2 105 137 65
Binary 11010110 11111001 10100 1110 0 1011100 10 1000101 1011111 110101

Color Harmonies of #D6F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F914

Black with #D6F914

Text Example


Text Example

White with #D6F914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F914; }

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

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

background-color css

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

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

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

border-color css

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

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

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