Html Css Color HEX #D5E015 Pear

📋 copy color: '#D5E015'

red 213 ◦ green 224 ◦ blue 21

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

Shades of Pear #D5E015

Tints of Pear #D5E015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.91%

 BLUE value IS 21 (8.59% from 255) = 4.59%

R = 46.51%
G = 48.91%
B = 4.59%

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

#D5E015 (or 0xD5E015) is known color: Pear. HEX triplet: D5, E0 and 15. RGB value is (213,224,21). Sum of RGB (Red+Green+Blue) = 213+224+21=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E015 is #2A1FEA. Grayscale: #C6C6C6. Windows color (decimal): -2760683 or 1433813. OLE color: 1433813.

HSL color Cylindrical-coordinate representation of color #D5E015: hue angle of 63.25º degrees, saturation: 0.83, 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 #D5E015 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 21 -
CMYK 0.05 0 0.91 0.12
HSL 63.25º 0.83% 0.48% -
HSV(B) 63.25º 0.91% 0.88% -
XYZ 54.23 67.51 10.88 -
YUV 197.57 28.36 139.01 -
System Red Green Blue C M Y K H S L
Decimal 213 224 21 0.05 0 0.91 0.12 63.25 0.83 0.48
Hex D5 E0 15 5 0 5B C 3F 53 30
Octal 325 340 25 5 0 133 14 77 123 60
Binary 11010101 11100000 10101 101 0 1011011 1100 111111 1010011 110000

Color Harmonies of #D5E015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E015

Black with #D5E015

Text Example


Text Example

White with #D5E015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E015; }

 p { color: rgb(213,224,21); }

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

background-color css

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

 a { background-color: rgb(213,224,21); }

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

border-color css

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

 span { border-color: rgb(213,224,21); }

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