Html Css Color HEX #D0E130 Pear

📋 copy color: '#D0E130'

red 208 ◦ green 225 ◦ blue 48

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

Shades of Pear #D0E130

Tints of Pear #D0E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.78%

 BLUE value IS 48 (19.14% from 255) = 9.98%

R = 43.24%
G = 46.78%
B = 9.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#D0E130 (or 0xD0E130) is known color: Pear. HEX triplet: D0, E1 and 30. RGB value is (208,225,48). Sum of RGB (Red+Green+Blue) = 208+225+48=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E130 is #2F1ECF. Grayscale: #C8C8C8. Windows color (decimal): -3088080 or 3203536. OLE color: 3203536.

HSL color Cylindrical-coordinate representation of color #D0E130: hue angle of 65.76º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0E130 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 48 -
CMYK 0.08 0 0.79 0.12
HSL 65.76º 0.75% 0.54% -
HSV(B) 65.76º 0.79% 0.88% -
XYZ 53.47 67.47 13 -
YUV 199.74 42.37 133.89 -
System Red Green Blue C M Y K H S L
Decimal 208 225 48 0.08 0 0.79 0.12 65.76 0.75 0.54
Hex D0 E1 30 8 0 4F C 42 4B 36
Octal 320 341 60 10 0 117 14 102 113 66
Binary 11010000 11100001 110000 1000 0 1001111 1100 1000010 1001011 110110

Color Harmonies of #D0E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E130

Black with #D0E130

Text Example


Text Example

White with #D0E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E130; }

 p { color: rgb(208,225,48); }

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

background-color css

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

 a { background-color: rgb(208,225,48); }

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

border-color css

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

 span { border-color: rgb(208,225,48); }

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