Html Css Color HEX #D1E13F Pear

📋 copy color: '#D1E13F'

red 209 ◦ green 225 ◦ blue 63

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

Shades of Pear #D1E13F

Tints of Pear #D1E13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.68%

R = 42.05%
G = 45.27%
B = 12.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D1E13F (or 0xD1E13F) is known color: Pear. HEX triplet: D1, E1 and 3F. RGB value is (209,225,63). Sum of RGB (Red+Green+Blue) = 209+225+63=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E13F is #2E1EC0. Grayscale: #CACACA. Windows color (decimal): -3022529 or 4186577. OLE color: 4186577.

HSL color Cylindrical-coordinate representation of color #D1E13F: hue angle of 65.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1E13F is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 225 63 -
CMYK 0.07 0 0.72 0.12
HSL 65.93º 0.73% 0.56% -
HSV(B) 65.93º 0.72% 0.88% -
XYZ 54.12 67.76 14.93 -
YUV 201.75 49.7 133.17 -
System Red Green Blue C M Y K H S L
Decimal 209 225 63 0.07 0 0.72 0.12 65.93 0.73 0.56
Hex D1 E1 3F 7 0 48 C 42 49 38
Octal 321 341 77 7 0 110 14 102 111 70
Binary 11010001 11100001 111111 111 0 1001000 1100 1000010 1001001 111000

Color Harmonies of #D1E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E13F

Black with #D1E13F

Text Example


Text Example

White with #D1E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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