Html Css Color HEX #D8ED46 Pear

📋 copy color: '#D8ED46'

red 216 ◦ green 237 ◦ blue 70

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

Shades of Pear #D8ED46

Tints of Pear #D8ED46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.38%

R = 41.3%
G = 45.32%
B = 13.38%

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

#D8ED46 (or 0xD8ED46) is known color: Pear. HEX triplet: D8, ED and 46. RGB value is (216,237,70). Sum of RGB (Red+Green+Blue) = 216+237+70=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #D8ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8ED46 is #2712B9. Grayscale: #D4D4D4. Windows color (decimal): -2560698 or 4648408. OLE color: 4648408.

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

Color convert

RGB 216 237 70 -
CMYK 0.09 0 0.70 0.07
HSL 67.54º 0.82% 0.6% -
HSV(B) 67.54º 0.7% 0.93% -
XYZ 59.71 75.61 17.24 -
YUV 211.68 48.04 131.08 -
System Red Green Blue C M Y K H S L
Decimal 216 237 70 0.09 0 0.70 0.07 67.54 0.82 0.6
Hex D8 ED 46 9 0 46 7 44 52 3C
Octal 330 355 106 11 0 106 7 104 122 74
Binary 11011000 11101101 1000110 1001 0 1000110 111 1000100 1010010 111100

Color Harmonies of #D8ED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ED46

Black with #D8ED46

Text Example


Text Example

White with #D8ED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ED46; }

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

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

background-color css

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

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

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

border-color css

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

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

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