Html Css Color HEX #D3E014 Pear

📋 copy color: '#D3E014'

red 211 ◦ green 224 ◦ blue 20

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

Shades of Pear #D3E014

Tints of Pear #D3E014

RGB

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

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

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

R = 46.37%
G = 49.23%
B = 4.4%

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

#D3E014 (or 0xD3E014) is known color: Pear. HEX triplet: D3, E0 and 14. RGB value is (211,224,20). Sum of RGB (Red+Green+Blue) = 211+224+20=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E014 is #2C1FEB. Grayscale: #C5C5C5. Windows color (decimal): -2891756 or 1368275. OLE color: 1368275.

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

Color convert

RGB 211 224 20 -
CMYK 0.06 0 0.91 0.12
HSL 63.82º 0.84% 0.48% -
HSV(B) 63.82º 0.91% 0.88% -
XYZ 53.65 67.21 10.81 -
YUV 196.86 28.19 138.09 -
System Red Green Blue C M Y K H S L
Decimal 211 224 20 0.06 0 0.91 0.12 63.82 0.84 0.48
Hex D3 E0 14 6 0 5B C 40 54 30
Octal 323 340 24 6 0 133 14 100 124 60
Binary 11010011 11100000 10100 110 0 1011011 1100 1000000 1010100 110000

Color Harmonies of #D3E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E014

Black with #D3E014

Text Example


Text Example

White with #D3E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E014; }

 p { color: rgb(211,224,20); }

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

background-color css

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

 a { background-color: rgb(211,224,20); }

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

border-color css

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

 span { border-color: rgb(211,224,20); }

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