Html Css Color HEX #D3E115 Pear

📋 copy color: '#D3E115'

red 211 ◦ green 225 ◦ blue 21

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

Shades of Pear #D3E115

Tints of Pear #D3E115

RGB

 RED value IS 211 (82.81% from 255) = 46.17%

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

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

R = 46.17%
G = 49.23%
B = 4.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#D3E115 (or 0xD3E115) is known color: Pear. HEX triplet: D3, E1 and 15. RGB value is (211,225,21). Sum of RGB (Red+Green+Blue) = 211+225+21=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E115 is #2C1EEA. Grayscale: #C6C6C6. Windows color (decimal): -2891499 or 1434067. OLE color: 1434067.

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

Color convert

RGB 211 225 21 -
CMYK 0.06 0 0.91 0.12
HSL 64.12º 0.83% 0.48% -
HSV(B) 64.12º 0.91% 0.88% -
XYZ 53.92 67.75 10.95 -
YUV 197.56 28.36 137.59 -
System Red Green Blue C M Y K H S L
Decimal 211 225 21 0.06 0 0.91 0.12 64.12 0.83 0.48
Hex D3 E1 15 6 0 5B C 40 53 30
Octal 323 341 25 6 0 133 14 100 123 60
Binary 11010011 11100001 10101 110 0 1011011 1100 1000000 1010011 110000

Color Harmonies of #D3E115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E115

Black with #D3E115

Text Example


Text Example

White with #D3E115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E115; }

 p { color: rgb(211,225,21); }

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

background-color css

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

 a { background-color: rgb(211,225,21); }

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

border-color css

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

 span { border-color: rgb(211,225,21); }

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