Html Css Color HEX #D0E125 Pear

📋 copy color: '#D0E125'

red 208 ◦ green 225 ◦ blue 37

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

Shades of Pear #D0E125

Tints of Pear #D0E125

RGB

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

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

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

R = 44.26%
G = 47.87%
B = 7.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#D0E125 (or 0xD0E125) is known color: Pear. HEX triplet: D0, E1 and 25. RGB value is (208,225,37). Sum of RGB (Red+Green+Blue) = 208+225+37=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E125 is #2F1EDA. Grayscale: #C7C7C7. Windows color (decimal): -3088091 or 2482640. OLE color: 2482640.

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

Color convert

RGB 208 225 37 -
CMYK 0.08 0 0.84 0.12
HSL 65.43º 0.76% 0.51% -
HSV(B) 65.43º 0.84% 0.88% -
XYZ 53.27 67.39 11.95 -
YUV 198.49 36.87 134.79 -
System Red Green Blue C M Y K H S L
Decimal 208 225 37 0.08 0 0.84 0.12 65.43 0.76 0.51
Hex D0 E1 25 8 0 54 C 41 4C 33
Octal 320 341 45 10 0 124 14 101 114 63
Binary 11010000 11100001 100101 1000 0 1010100 1100 1000001 1001100 110011

Color Harmonies of #D0E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E125

Black with #D0E125

Text Example


Text Example

White with #D0E125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E125; }

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

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

background-color css

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

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

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

border-color css

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

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

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