Html Css Color HEX #D0E94A Pear

📋 copy color: '#D0E94A'

red 208 ◦ green 233 ◦ blue 74

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

Shades of Pear #D0E94A

Tints of Pear #D0E94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.37%

R = 40.39%
G = 45.24%
B = 14.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#D0E94A (or 0xD0E94A) is known color: Pear. HEX triplet: D0, E9 and 4A. RGB value is (208,233,74). Sum of RGB (Red+Green+Blue) = 208+233+74=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E94A is #2F16B5. Grayscale: #D0D0D0. Windows color (decimal): -3086006 or 4909520. OLE color: 4909520.

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

Color convert

RGB 208 233 74 -
CMYK 0.11 0 0.68 0.09
HSL 69.43º 0.78% 0.6% -
HSV(B) 69.43º 0.68% 0.91% -
XYZ 56.39 72.18 17.44 -
YUV 207.4 52.72 128.43 -
System Red Green Blue C M Y K H S L
Decimal 208 233 74 0.11 0 0.68 0.09 69.43 0.78 0.6
Hex D0 E9 4A B 0 44 9 45 4E 3C
Octal 320 351 112 13 0 104 11 105 116 74
Binary 11010000 11101001 1001010 1011 0 1000100 1001 1000101 1001110 111100

Color Harmonies of #D0E94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E94A

Black with #D0E94A

Text Example


Text Example

White with #D0E94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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