Html Css Color HEX #D3E310 Pear

📋 copy color: '#D3E310'

red 211 ◦ green 227 ◦ blue 16

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

Shades of Pear #D3E310

Tints of Pear #D3E310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.52%

R = 46.48%
G = 50%
B = 3.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#D3E310 (or 0xD3E310) is known color: Pear. HEX triplet: D3, E3 and 10. RGB value is (211,227,16). Sum of RGB (Red+Green+Blue) = 211+227+16=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E310 is #2C1CEF. Grayscale: #C6C6C6. Windows color (decimal): -2890992 or 1106899. OLE color: 1106899.

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

Color convert

RGB 211 227 16 -
CMYK 0.07 0 0.93 0.11
HSL 64.55º 0.87% 0.48% -
HSV(B) 64.55º 0.93% 0.89% -
XYZ 54.43 68.82 10.91 -
YUV 198.16 25.2 137.16 -
System Red Green Blue C M Y K H S L
Decimal 211 227 16 0.07 0 0.93 0.11 64.55 0.87 0.48
Hex D3 E3 10 7 0 5D B 41 57 30
Octal 323 343 20 7 0 135 13 101 127 60
Binary 11010011 11100011 10000 111 0 1011101 1011 1000001 1010111 110000

Color Harmonies of #D3E310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E310

Black with #D3E310

Text Example


Text Example

White with #D3E310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E310; }

 p { color: rgb(211,227,16); }

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

background-color css

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

 a { background-color: rgb(211,227,16); }

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

border-color css

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

 span { border-color: rgb(211,227,16); }

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