Html Css Color HEX #D1E125 Pear

📋 copy color: '#D1E125'

red 209 ◦ green 225 ◦ blue 37

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

Shades of Pear #D1E125

Tints of Pear #D1E125

RGB

 RED value IS 209 (82.03% from 255) = 44.37%

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

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

R = 44.37%
G = 47.77%
B = 7.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#D1E125 (or 0xD1E125) is known color: Pear. HEX triplet: D1, E1 and 25. RGB value is (209,225,37). Sum of RGB (Red+Green+Blue) = 209+225+37=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E125 is #2E1EDA. Grayscale: #C7C7C7. Windows color (decimal): -3022555 or 2482641. OLE color: 2482641.

HSL color Cylindrical-coordinate representation of color #D1E125: hue angle of 65.11º 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 #D1E125 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 225 37 -
CMYK 0.07 0 0.84 0.12
HSL 65.11º 0.76% 0.51% -
HSV(B) 65.11º 0.84% 0.88% -
XYZ 53.55 67.54 11.96 -
YUV 198.78 36.7 135.29 -
System Red Green Blue C M Y K H S L
Decimal 209 225 37 0.07 0 0.84 0.12 65.11 0.76 0.51
Hex D1 E1 25 7 0 54 C 41 4C 33
Octal 321 341 45 7 0 124 14 101 114 63
Binary 11010001 11100001 100101 111 0 1010100 1100 1000001 1001100 110011

Color Harmonies of #D1E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E125

Black with #D1E125

Text Example


Text Example

White with #D1E125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E125; }

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

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

background-color css

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

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

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

border-color css

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

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

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