Html Css Color HEX #D1E13D Pear

📋 copy color: '#D1E13D'

red 209 ◦ green 225 ◦ blue 61

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

Shades of Pear #D1E13D

Tints of Pear #D1E13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.32%

R = 42.22%
G = 45.45%
B = 12.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#D1E13D (or 0xD1E13D) is known color: Pear. HEX triplet: D1, E1 and 3D. RGB value is (209,225,61). Sum of RGB (Red+Green+Blue) = 209+225+61=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E13D is #2E1EC2. Grayscale: #CACACA. Windows color (decimal): -3022531 or 4055505. OLE color: 4055505.

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

Color convert

RGB 209 225 61 -
CMYK 0.07 0 0.73 0.12
HSL 65.85º 0.73% 0.56% -
HSV(B) 65.85º 0.73% 0.88% -
XYZ 54.06 67.74 14.64 -
YUV 201.52 48.7 133.34 -
System Red Green Blue C M Y K H S L
Decimal 209 225 61 0.07 0 0.73 0.12 65.85 0.73 0.56
Hex D1 E1 3D 7 0 49 C 42 49 38
Octal 321 341 75 7 0 111 14 102 111 70
Binary 11010001 11100001 111101 111 0 1001001 1100 1000010 1001001 111000

Color Harmonies of #D1E13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E13D

Black with #D1E13D

Text Example


Text Example

White with #D1E13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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