Html Css Color HEX #D0E132 Pear

📋 copy color: '#D0E132'

red 208 ◦ green 225 ◦ blue 50

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

Shades of Pear #D0E132

Tints of Pear #D0E132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.35%

R = 43.06%
G = 46.58%
B = 10.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#D0E132 (or 0xD0E132) is known color: Pear. HEX triplet: D0, E1 and 32. RGB value is (208,225,50). Sum of RGB (Red+Green+Blue) = 208+225+50=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E132 is #2F1ECD. Grayscale: #C8C8C8. Windows color (decimal): -3088078 or 3334608. OLE color: 3334608.

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

Color convert

RGB 208 225 50 -
CMYK 0.08 0 0.78 0.12
HSL 65.83º 0.74% 0.54% -
HSV(B) 65.83º 0.78% 0.88% -
XYZ 53.51 67.49 13.22 -
YUV 199.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 208 225 50 0.08 0 0.78 0.12 65.83 0.74 0.54
Hex D0 E1 32 8 0 4E C 42 4A 36
Octal 320 341 62 10 0 116 14 102 112 66
Binary 11010000 11100001 110010 1000 0 1001110 1100 1000010 1001010 110110

Color Harmonies of #D0E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E132

Black with #D0E132

Text Example


Text Example

White with #D0E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E132; }

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

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

background-color css

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

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

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

border-color css

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

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

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