Html Css Color HEX #D0ED46 Pear

📋 copy color: '#D0ED46'

red 208 ◦ green 237 ◦ blue 70

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

Shades of Pear #D0ED46

Tints of Pear #D0ED46

RGB

 RED value IS 208 (81.64% from 255) = 40.39%

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

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

R = 40.39%
G = 46.02%
B = 13.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#D0ED46 (or 0xD0ED46) is known color: Pear. HEX triplet: D0, ED and 46. RGB value is (208,237,70). Sum of RGB (Red+Green+Blue) = 208+237+70=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED46 is #2F12B9. Grayscale: #D1D1D1. Windows color (decimal): -3084986 or 4648400. OLE color: 4648400.

HSL color Cylindrical-coordinate representation of color #D0ED46: hue angle of 70.42º 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 #D0ED46 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 70 -
CMYK 0.12 0 0.70 0.07
HSL 70.42º 0.82% 0.6% -
HSV(B) 70.42º 0.7% 0.93% -
XYZ 57.4 74.42 17.13 -
YUV 209.29 49.39 127.08 -
System Red Green Blue C M Y K H S L
Decimal 208 237 70 0.12 0 0.70 0.07 70.42 0.82 0.6
Hex D0 ED 46 C 0 46 7 46 52 3C
Octal 320 355 106 14 0 106 7 106 122 74
Binary 11010000 11101101 1000110 1100 0 1000110 111 1000110 1010010 111100

Color Harmonies of #D0ED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED46

Black with #D0ED46

Text Example


Text Example

White with #D0ED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED46; }

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

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

background-color css

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

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

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

border-color css

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

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

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