Html Css Color HEX #D0EA47 Pear

📋 copy color: '#D0EA47'

red 208 ◦ green 234 ◦ blue 71

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

Shades of Pear #D0EA47

Tints of Pear #D0EA47

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.61%

 BLUE value IS 71 (28.13% from 255) = 13.84%

R = 40.55%
G = 45.61%
B = 13.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#D0EA47 (or 0xD0EA47) is known color: Pear. HEX triplet: D0, EA and 47. RGB value is (208,234,71). Sum of RGB (Red+Green+Blue) = 208+234+71=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 71 (28.12% from 255 or 13.84% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EA47 is #2F15B8. Grayscale: #D0D0D0. Windows color (decimal): -3085753 or 4713168. OLE color: 4713168.

HSL color Cylindrical-coordinate representation of color #D0EA47: hue angle of 69.57º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0EA47 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 71 -
CMYK 0.11 0 0.70 0.08
HSL 69.57º 0.8% 0.6% -
HSV(B) 69.57º 0.7% 0.92% -
XYZ 56.57 72.71 17.01 -
YUV 207.64 50.89 128.25 -
System Red Green Blue C M Y K H S L
Decimal 208 234 71 0.11 0 0.70 0.08 69.57 0.8 0.6
Hex D0 EA 47 B 0 46 8 46 50 3C
Octal 320 352 107 13 0 106 10 106 120 74
Binary 11010000 11101010 1000111 1011 0 1000110 1000 1000110 1010000 111100

Color Harmonies of #D0EA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA47

Black with #D0EA47

Text Example


Text Example

White with #D0EA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA47; }

 p { color: rgb(208,234,71); }

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

background-color css

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

 a { background-color: rgb(208,234,71); }

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

border-color css

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

 span { border-color: rgb(208,234,71); }

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