Html Css Color HEX #D1E225 Pear

📋 copy color: '#D1E225'

red 209 ◦ green 226 ◦ blue 37

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

Shades of Pear #D1E225

Tints of Pear #D1E225

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.88%

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

R = 44.28%
G = 47.88%
B = 7.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#D1E225 (or 0xD1E225) is known color: Pear. HEX triplet: D1, E2 and 25. RGB value is (209,226,37). Sum of RGB (Red+Green+Blue) = 209+226+37=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E225 is #2E1DDA. Grayscale: #C8C8C8. Windows color (decimal): -3022299 or 2482897. OLE color: 2482897.

HSL color Cylindrical-coordinate representation of color #D1E225: hue angle of 65.4º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1E225 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 226 37 -
CMYK 0.08 0 0.84 0.11
HSL 65.4º 0.77% 0.52% -
HSV(B) 65.4º 0.84% 0.89% -
XYZ 53.82 68.08 12.05 -
YUV 199.37 36.37 134.87 -
System Red Green Blue C M Y K H S L
Decimal 209 226 37 0.08 0 0.84 0.11 65.4 0.77 0.52
Hex D1 E2 25 8 0 54 B 41 4D 34
Octal 321 342 45 10 0 124 13 101 115 64
Binary 11010001 11100010 100101 1000 0 1010100 1011 1000001 1001101 110100

Color Harmonies of #D1E225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E225

Black with #D1E225

Text Example


Text Example

White with #D1E225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E225; }

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

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

background-color css

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

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

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

border-color css

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

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

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