Html Css Color HEX #D0E525 Pear

📋 copy color: '#D0E525'

red 208 ◦ green 229 ◦ blue 37

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

Shades of Pear #D0E525

Tints of Pear #D0E525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.31%

 BLUE value IS 37 (14.84% from 255) = 7.81%

R = 43.88%
G = 48.31%
B = 7.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#D0E525 (or 0xD0E525) is known color: Pear. HEX triplet: D0, E5 and 25. RGB value is (208,229,37). Sum of RGB (Red+Green+Blue) = 208+229+37=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E525 is #2F1ADA. Grayscale: #C9C9C9. Windows color (decimal): -3087067 or 2483664. OLE color: 2483664.

HSL color Cylindrical-coordinate representation of color #D0E525: hue angle of 66.56º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0E525 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 37 -
CMYK 0.09 0 0.84 0.10
HSL 66.56º 0.79% 0.52% -
HSV(B) 66.56º 0.84% 0.9% -
XYZ 54.37 69.58 12.32 -
YUV 200.83 35.54 133.11 -
System Red Green Blue C M Y K H S L
Decimal 208 229 37 0.09 0 0.84 0.10 66.56 0.79 0.52
Hex D0 E5 25 9 0 54 A 43 4F 34
Octal 320 345 45 11 0 124 12 103 117 64
Binary 11010000 11100101 100101 1001 0 1010100 1010 1000011 1001111 110100

Color Harmonies of #D0E525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E525

Black with #D0E525

Text Example


Text Example

White with #D0E525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E525; }

 p { color: rgb(208,229,37); }

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

background-color css

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

 a { background-color: rgb(208,229,37); }

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

border-color css

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

 span { border-color: rgb(208,229,37); }

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