Html Css Color HEX #D4E11E Pear

📋 copy color: '#D4E11E'

red 212 ◦ green 225 ◦ blue 30

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

Shades of Pear #D4E11E

Tints of Pear #D4E11E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.18%

 BLUE value IS 30 (12.11% from 255) = 6.42%

R = 45.4%
G = 48.18%
B = 6.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#D4E11E (or 0xD4E11E) is known color: Pear. HEX triplet: D4, E1 and 1E. RGB value is (212,225,30). Sum of RGB (Red+Green+Blue) = 212+225+30=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E11E is #2B1EE1. Grayscale: #C7C7C7. Windows color (decimal): -2825954 or 2023892. OLE color: 2023892.

HSL color Cylindrical-coordinate representation of color #D4E11E: hue angle of 64º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4E11E is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 30 -
CMYK 0.06 0 0.87 0.12
HSL 64º 0.76% 0.5% -
HSV(B) 64º 0.87% 0.88% -
XYZ 54.31 67.94 11.48 -
YUV 198.88 32.69 137.36 -
System Red Green Blue C M Y K H S L
Decimal 212 225 30 0.06 0 0.87 0.12 64 0.76 0.5
Hex D4 E1 1E 6 0 57 C 40 4C 32
Octal 324 341 36 6 0 127 14 100 114 62
Binary 11010100 11100001 11110 110 0 1010111 1100 1000000 1001100 110010

Color Harmonies of #D4E11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E11E

Black with #D4E11E

Text Example


Text Example

White with #D4E11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E11E; }

 p { color: rgb(212,225,30); }

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

background-color css

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

 a { background-color: rgb(212,225,30); }

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

border-color css

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

 span { border-color: rgb(212,225,30); }

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