Html Css Color HEX #D5E314 Pear

📋 copy color: '#D5E314'

red 213 ◦ green 227 ◦ blue 20

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

Shades of Pear #D5E314

Tints of Pear #D5E314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.35%

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

R = 46.3%
G = 49.35%
B = 4.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#D5E314 (or 0xD5E314) is known color: Pear. HEX triplet: D5, E3 and 14. RGB value is (213,227,20). Sum of RGB (Red+Green+Blue) = 213+227+20=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E314 is #2A1CEB. Grayscale: #C8C8C8. Windows color (decimal): -2759916 or 1369045. OLE color: 1369045.

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

Color convert

RGB 213 227 20 -
CMYK 0.06 0 0.91 0.11
HSL 64.06º 0.84% 0.48% -
HSV(B) 64.06º 0.91% 0.89% -
XYZ 55.04 69.13 11.11 -
YUV 199.22 26.86 137.83 -
System Red Green Blue C M Y K H S L
Decimal 213 227 20 0.06 0 0.91 0.11 64.06 0.84 0.48
Hex D5 E3 14 6 0 5B B 40 54 30
Octal 325 343 24 6 0 133 13 100 124 60
Binary 11010101 11100011 10100 110 0 1011011 1011 1000000 1010100 110000

Color Harmonies of #D5E314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E314

Black with #D5E314

Text Example


Text Example

White with #D5E314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E314; }

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

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

background-color css

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

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

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

border-color css

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

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

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