Html Css Color HEX #D5E11C Pear

📋 copy color: '#D5E11C'

red 213 ◦ green 225 ◦ blue 28

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

Shades of Pear #D5E11C

Tints of Pear #D5E11C

RGB

 RED value IS 213 (83.59% from 255) = 45.71%

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

 BLUE value IS 28 (11.33% from 255) = 6.01%

R = 45.71%
G = 48.28%
B = 6.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#D5E11C (or 0xD5E11C) is known color: Pear. HEX triplet: D5, E1 and 1C. RGB value is (213,225,28). Sum of RGB (Red+Green+Blue) = 213+225+28=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E11C is #2A1EE3. Grayscale: #C7C7C7. Windows color (decimal): -2760420 or 1892821. OLE color: 1892821.

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

Color convert

RGB 213 225 28 -
CMYK 0.05 0 0.88 0.12
HSL 63.65º 0.78% 0.5% -
HSV(B) 63.65º 0.88% 0.88% -
XYZ 54.58 68.08 11.36 -
YUV 198.95 31.52 138.02 -
System Red Green Blue C M Y K H S L
Decimal 213 225 28 0.05 0 0.88 0.12 63.65 0.78 0.5
Hex D5 E1 1C 5 0 58 C 40 4E 32
Octal 325 341 34 5 0 130 14 100 116 62
Binary 11010101 11100001 11100 101 0 1011000 1100 1000000 1001110 110010

Color Harmonies of #D5E11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E11C

Black with #D5E11C

Text Example


Text Example

White with #D5E11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E11C; }

 p { color: rgb(213,225,28); }

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

background-color css

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

 a { background-color: rgb(213,225,28); }

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

border-color css

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

 span { border-color: rgb(213,225,28); }

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