Html Css Color HEX #D4EE32 Pear

📋 copy color: '#D4EE32'

red 212 ◦ green 238 ◦ blue 50

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

Shades of Pear #D4EE32

Tints of Pear #D4EE32

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.6%

 BLUE value IS 50 (19.92% from 255) = 10%

R = 42.4%
G = 47.6%
B = 10%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#D4EE32 (or 0xD4EE32) is known color: Pear. HEX triplet: D4, EE and 32. RGB value is (212,238,50). Sum of RGB (Red+Green+Blue) = 212+238+50=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EE32 is #2B11CD. Grayscale: #D1D1D1. Windows color (decimal): -2822606 or 3337940. OLE color: 3337940.

HSL color Cylindrical-coordinate representation of color #D4EE32: hue angle of 68.3º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4EE32 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 238 50 -
CMYK 0.11 0 0.79 0.07
HSL 68.3º 0.85% 0.56% -
HSV(B) 68.3º 0.79% 0.93% -
XYZ 58.3 75.38 14.49 -
YUV 208.79 38.39 130.29 -
System Red Green Blue C M Y K H S L
Decimal 212 238 50 0.11 0 0.79 0.07 68.3 0.85 0.56
Hex D4 EE 32 B 0 4F 7 44 55 38
Octal 324 356 62 13 0 117 7 104 125 70
Binary 11010100 11101110 110010 1011 0 1001111 111 1000100 1010101 111000

Color Harmonies of #D4EE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EE32

Black with #D4EE32

Text Example


Text Example

White with #D4EE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EE32; }

 p { color: rgb(212,238,50); }

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

background-color css

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

 a { background-color: rgb(212,238,50); }

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

border-color css

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

 span { border-color: rgb(212,238,50); }

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