Html Css Color HEX #D5E114 Pear

📋 copy color: '#D5E114'

red 213 ◦ green 225 ◦ blue 20

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

Shades of Pear #D5E114

Tints of Pear #D5E114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.37%

R = 46.51%
G = 49.13%
B = 4.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#D5E114 (or 0xD5E114) is known color: Pear. HEX triplet: D5, E1 and 14. RGB value is (213,225,20). Sum of RGB (Red+Green+Blue) = 213+225+20=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E114 is #2A1EEB. Grayscale: #C6C6C6. Windows color (decimal): -2760428 or 1368533. OLE color: 1368533.

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

Color convert

RGB 213 225 20 -
CMYK 0.05 0 0.91 0.12
HSL 63.51º 0.84% 0.48% -
HSV(B) 63.51º 0.91% 0.88% -
XYZ 54.49 68.05 10.92 -
YUV 198.04 27.52 138.67 -
System Red Green Blue C M Y K H S L
Decimal 213 225 20 0.05 0 0.91 0.12 63.51 0.84 0.48
Hex D5 E1 14 5 0 5B C 40 54 30
Octal 325 341 24 5 0 133 14 100 124 60
Binary 11010101 11100001 10100 101 0 1011011 1100 1000000 1010100 110000

Color Harmonies of #D5E114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E114

Black with #D5E114

Text Example


Text Example

White with #D5E114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E114; }

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

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

background-color css

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

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

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

border-color css

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

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

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