Html Css Color HEX #D5ED32 Pear

📋 copy color: '#D5ED32'

red 213 ◦ green 237 ◦ blue 50

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

Shades of Pear #D5ED32

Tints of Pear #D5ED32

RGB

 RED value IS 213 (83.59% from 255) = 42.6%

 GREEN value IS 237 (92.97% from 255) = 47.4%

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

R = 42.6%
G = 47.4%
B = 10%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#D5ED32 (or 0xD5ED32) is known color: Pear. HEX triplet: D5, ED and 32. RGB value is (213,237,50). Sum of RGB (Red+Green+Blue) = 213+237+50=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5ED32 is #2A12CD. Grayscale: #D1D1D1. Windows color (decimal): -2757326 or 3337685. OLE color: 3337685.

HSL color Cylindrical-coordinate representation of color #D5ED32: hue angle of 67.7º degrees, saturation: 0.84, 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 #D5ED32 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 50 -
CMYK 0.10 0 0.79 0.07
HSL 67.7º 0.84% 0.56% -
HSV(B) 67.7º 0.79% 0.93% -
XYZ 58.3 74.94 14.41 -
YUV 208.51 38.55 131.21 -
System Red Green Blue C M Y K H S L
Decimal 213 237 50 0.10 0 0.79 0.07 67.7 0.84 0.56
Hex D5 ED 32 A 0 4F 7 44 54 38
Octal 325 355 62 12 0 117 7 104 124 70
Binary 11010101 11101101 110010 1010 0 1001111 111 1000100 1010100 111000

Color Harmonies of #D5ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED32

Black with #D5ED32

Text Example


Text Example

White with #D5ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED32; }

 p { color: rgb(213,237,50); }

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

background-color css

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

 a { background-color: rgb(213,237,50); }

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

border-color css

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

 span { border-color: rgb(213,237,50); }

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