Html Css Color HEX #D0E94D Pear

📋 copy color: '#D0E94D'

red 208 ◦ green 233 ◦ blue 77

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

Shades of Pear #D0E94D

Tints of Pear #D0E94D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.98%

 BLUE value IS 77 (30.47% from 255) = 14.86%

R = 40.15%
G = 44.98%
B = 14.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#D0E94D (or 0xD0E94D) is known color: Pear. HEX triplet: D0, E9 and 4D. RGB value is (208,233,77). Sum of RGB (Red+Green+Blue) = 208+233+77=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E94D is #2F16B2. Grayscale: #D0D0D0. Windows color (decimal): -3086003 or 5106128. OLE color: 5106128.

HSL color Cylindrical-coordinate representation of color #D0E94D: hue angle of 69.62º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0E94D is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 77 -
CMYK 0.11 0 0.67 0.09
HSL 69.62º 0.78% 0.61% -
HSV(B) 69.62º 0.67% 0.91% -
XYZ 56.49 72.22 17.98 -
YUV 207.74 54.22 128.18 -
System Red Green Blue C M Y K H S L
Decimal 208 233 77 0.11 0 0.67 0.09 69.62 0.78 0.61
Hex D0 E9 4D B 0 43 9 46 4E 3D
Octal 320 351 115 13 0 103 11 106 116 75
Binary 11010000 11101001 1001101 1011 0 1000011 1001 1000110 1001110 111101

Color Harmonies of #D0E94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E94D

Black with #D0E94D

Text Example


Text Example

White with #D0E94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E94D; }

 p { color: rgb(208,233,77); }

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

background-color css

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

 a { background-color: rgb(208,233,77); }

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

border-color css

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

 span { border-color: rgb(208,233,77); }

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