Html Css Color HEX #D4EB14 Chartreuse Yellow

📋 copy color: '#D4EB14'

red 212 ◦ green 235 ◦ blue 20

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

Shades of Chartreuse Yellow #D4EB14

Tints of Chartreuse Yellow #D4EB14

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

 GREEN value IS 235 (92.19% from 255) = 50.32%

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

R = 45.4%
G = 50.32%
B = 4.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#D4EB14 (or 0xD4EB14) is known color: Chartreuse Yellow. HEX triplet: D4, EB and 14. RGB value is (212,235,20). Sum of RGB (Red+Green+Blue) = 212+235+20=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EB14 is #2B14EB. Grayscale: #CCCCCC. Windows color (decimal): -2823404 or 1371092. OLE color: 1371092.

HSL color Cylindrical-coordinate representation of color #D4EB14: hue angle of 66.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4EB14 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 20 -
CMYK 0.10 0 0.91 0.08
HSL 66.42º 0.84% 0.5% -
HSV(B) 66.42º 0.91% 0.92% -
XYZ 56.99 73.46 11.84 -
YUV 203.61 24.38 133.98 -
System Red Green Blue C M Y K H S L
Decimal 212 235 20 0.10 0 0.91 0.08 66.42 0.84 0.5
Hex D4 EB 14 A 0 5B 8 42 54 32
Octal 324 353 24 12 0 133 10 102 124 62
Binary 11010100 11101011 10100 1010 0 1011011 1000 1000010 1010100 110010

Color Harmonies of #D4EB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB14

Black with #D4EB14

Text Example


Text Example

White with #D4EB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB14; }

 p { color: rgb(212,235,20); }

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

background-color css

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

 a { background-color: rgb(212,235,20); }

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

border-color css

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

 span { border-color: rgb(212,235,20); }

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