Html Css Color HEX #D1E13A Pear

📋 copy color: '#D1E13A'

red 209 ◦ green 225 ◦ blue 58

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

Shades of Pear #D1E13A

Tints of Pear #D1E13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.79%

R = 42.48%
G = 45.73%
B = 11.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#D1E13A (or 0xD1E13A) is known color: Pear. HEX triplet: D1, E1 and 3A. RGB value is (209,225,58). Sum of RGB (Red+Green+Blue) = 209+225+58=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E13A is #2E1EC5. Grayscale: #C9C9C9. Windows color (decimal): -3022534 or 3858897. OLE color: 3858897.

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

Color convert

RGB 209 225 58 -
CMYK 0.07 0 0.74 0.12
HSL 65.75º 0.74% 0.55% -
HSV(B) 65.75º 0.74% 0.88% -
XYZ 53.98 67.71 14.23 -
YUV 201.18 47.2 133.58 -
System Red Green Blue C M Y K H S L
Decimal 209 225 58 0.07 0 0.74 0.12 65.75 0.74 0.55
Hex D1 E1 3A 7 0 4A C 42 4A 37
Octal 321 341 72 7 0 112 14 102 112 67
Binary 11010001 11100001 111010 111 0 1001010 1100 1000010 1001010 110111

Color Harmonies of #D1E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E13A

Black with #D1E13A

Text Example


Text Example

White with #D1E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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