Html Css Color HEX #D6EF14 Chartreuse Yellow

📋 copy color: '#D6EF14'

red 214 ◦ green 239 ◦ blue 20

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

Shades of Chartreuse Yellow #D6EF14

Tints of Chartreuse Yellow #D6EF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.53%

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

R = 45.24%
G = 50.53%
B = 4.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#D6EF14 (or 0xD6EF14) is known color: Chartreuse Yellow. HEX triplet: D6, EF and 14. RGB value is (214,239,20). Sum of RGB (Red+Green+Blue) = 214+239+20=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6EF14 is #2910EB. Grayscale: #CFCFCF. Windows color (decimal): -2691308 or 1372118. OLE color: 1372118.

HSL color Cylindrical-coordinate representation of color #D6EF14: hue angle of 66.85º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6EF14 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 239 20 -
CMYK 0.10 0 0.92 0.06
HSL 66.85º 0.87% 0.51% -
HSV(B) 66.85º 0.92% 0.94% -
XYZ 58.72 76.08 12.25 -
YUV 206.56 22.72 133.31 -
System Red Green Blue C M Y K H S L
Decimal 214 239 20 0.10 0 0.92 0.06 66.85 0.87 0.51
Hex D6 EF 14 A 0 5C 6 43 57 33
Octal 326 357 24 12 0 134 6 103 127 63
Binary 11010110 11101111 10100 1010 0 1011100 110 1000011 1010111 110011

Color Harmonies of #D6EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EF14

Black with #D6EF14

Text Example


Text Example

White with #D6EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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