Html Css Color HEX #D5ED30 Pear

📋 copy color: '#D5ED30'

red 213 ◦ green 237 ◦ blue 48

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

Shades of Pear #D5ED30

Tints of Pear #D5ED30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.64%

R = 42.77%
G = 47.59%
B = 9.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#D5ED30 (or 0xD5ED30) is known color: Pear. HEX triplet: D5, ED and 30. RGB value is (213,237,48). Sum of RGB (Red+Green+Blue) = 213+237+48=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5ED30 is #2A12CF. Grayscale: #D1D1D1. Windows color (decimal): -2757328 or 3206613. OLE color: 3206613.

HSL color Cylindrical-coordinate representation of color #D5ED30: hue angle of 67.62º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5ED30 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 48 -
CMYK 0.10 0 0.80 0.07
HSL 67.62º 0.84% 0.56% -
HSV(B) 67.62º 0.8% 0.93% -
XYZ 58.26 74.93 14.19 -
YUV 208.28 37.55 131.37 -
System Red Green Blue C M Y K H S L
Decimal 213 237 48 0.10 0 0.80 0.07 67.62 0.84 0.56
Hex D5 ED 30 A 0 50 7 44 54 38
Octal 325 355 60 12 0 120 7 104 124 70
Binary 11010101 11101101 110000 1010 0 1010000 111 1000100 1010100 111000

Color Harmonies of #D5ED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED30

Black with #D5ED30

Text Example


Text Example

White with #D5ED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED30; }

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

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

background-color css

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

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

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

border-color css

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

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

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