Html Css Color HEX #D6F714 Chartreuse Yellow

📋 copy color: '#D6F714'

red 214 ◦ green 247 ◦ blue 20

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

Shades of Chartreuse Yellow #D6F714

Tints of Chartreuse Yellow #D6F714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.35%

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

R = 44.49%
G = 51.35%
B = 4.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#D6F714 (or 0xD6F714) is known color: Chartreuse Yellow. HEX triplet: D6, F7 and 14. RGB value is (214,247,20). Sum of RGB (Red+Green+Blue) = 214+247+20=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F714 is #2908EB. Grayscale: #D4D4D4. Windows color (decimal): -2689260 or 1374166. OLE color: 1374166.

HSL color Cylindrical-coordinate representation of color #D6F714: hue angle of 68.72º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6F714 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 247 20 -
CMYK 0.13 0 0.92 0.03
HSL 68.72º 0.93% 0.52% -
HSV(B) 68.72º 0.92% 0.97% -
XYZ 61.12 80.87 13.05 -
YUV 211.26 20.07 129.96 -
System Red Green Blue C M Y K H S L
Decimal 214 247 20 0.13 0 0.92 0.03 68.72 0.93 0.52
Hex D6 F7 14 D 0 5C 3 45 5D 34
Octal 326 367 24 15 0 134 3 105 135 64
Binary 11010110 11110111 10100 1101 0 1011100 11 1000101 1011101 110100

Color Harmonies of #D6F714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F714

Black with #D6F714

Text Example


Text Example

White with #D6F714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F714; }

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

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

background-color css

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

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

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

border-color css

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

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

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