Html Css Color HEX #D4EA14 Pear

📋 copy color: '#D4EA14'

red 212 ◦ green 234 ◦ blue 20

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

Shades of Pear #D4EA14

Tints of Pear #D4EA14

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.21%

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

R = 45.49%
G = 50.21%
B = 4.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#D4EA14 (or 0xD4EA14) is known color: Pear. HEX triplet: D4, EA and 14. RGB value is (212,234,20). Sum of RGB (Red+Green+Blue) = 212+234+20=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EA14 is #2B15EB. Grayscale: #CBCBCB. Windows color (decimal): -2823660 or 1370836. OLE color: 1370836.

HSL color Cylindrical-coordinate representation of color #D4EA14: hue angle of 66.17º 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 #D4EA14 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 234 20 -
CMYK 0.09 0 0.91 0.08
HSL 66.17º 0.84% 0.5% -
HSV(B) 66.17º 0.91% 0.92% -
XYZ 56.7 72.89 11.74 -
YUV 203.03 24.71 134.4 -
System Red Green Blue C M Y K H S L
Decimal 212 234 20 0.09 0 0.91 0.08 66.17 0.84 0.5
Hex D4 EA 14 9 0 5B 8 42 54 32
Octal 324 352 24 11 0 133 10 102 124 62
Binary 11010100 11101010 10100 1001 0 1011011 1000 1000010 1010100 110010

Color Harmonies of #D4EA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EA14

Black with #D4EA14

Text Example


Text Example

White with #D4EA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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