Html Css Color HEX #D8ED48 Pear

📋 copy color: '#D8ED48'

red 216 ◦ green 237 ◦ blue 72

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

Shades of Pear #D8ED48

Tints of Pear #D8ED48

RGB

 RED value IS 216 (84.77% from 255) = 41.14%

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

 BLUE value IS 72 (28.52% from 255) = 13.71%

R = 41.14%
G = 45.14%
B = 13.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#D8ED48 (or 0xD8ED48) is known color: Pear. HEX triplet: D8, ED and 48. RGB value is (216,237,72). Sum of RGB (Red+Green+Blue) = 216+237+72=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #D8ED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8ED48 is #2712B7. Grayscale: #D4D4D4. Windows color (decimal): -2560696 or 4779480. OLE color: 4779480.

HSL color Cylindrical-coordinate representation of color #D8ED48: hue angle of 67.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8ED48 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 237 72 -
CMYK 0.09 0 0.70 0.07
HSL 67.64º 0.82% 0.61% -
HSV(B) 67.64º 0.7% 0.93% -
XYZ 59.77 75.64 17.58 -
YUV 211.91 49.04 130.92 -
System Red Green Blue C M Y K H S L
Decimal 216 237 72 0.09 0 0.70 0.07 67.64 0.82 0.61
Hex D8 ED 48 9 0 46 7 44 52 3D
Octal 330 355 110 11 0 106 7 104 122 75
Binary 11011000 11101101 1001000 1001 0 1000110 111 1000100 1010010 111101

Color Harmonies of #D8ED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ED48

Black with #D8ED48

Text Example


Text Example

White with #D8ED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ED48; }

 p { color: rgb(216,237,72); }

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

background-color css

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

 a { background-color: rgb(216,237,72); }

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

border-color css

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

 span { border-color: rgb(216,237,72); }

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