Html Css Color HEX #D3EB2F Pear

📋 copy color: '#D3EB2F'

red 211 ◦ green 235 ◦ blue 47

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

Shades of Pear #D3EB2F

Tints of Pear #D3EB2F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

 BLUE value IS 47 (18.75% from 255) = 9.53%

R = 42.8%
G = 47.67%
B = 9.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#D3EB2F (or 0xD3EB2F) is known color: Pear. HEX triplet: D3, EB and 2F. RGB value is (211,235,47). Sum of RGB (Red+Green+Blue) = 211+235+47=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB2F is #2C14D0. Grayscale: #CFCFCF. Windows color (decimal): -2888913 or 3140563. OLE color: 3140563.

HSL color Cylindrical-coordinate representation of color #D3EB2F: hue angle of 67.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3EB2F is Cyan = 0.10, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 235 47 -
CMYK 0.10 0 0.8 0.08
HSL 67.66º 0.82% 0.55% -
HSV(B) 67.66º 0.8% 0.92% -
XYZ 57.09 73.47 13.86 -
YUV 206.39 38.05 131.29 -
System Red Green Blue C M Y K H S L
Decimal 211 235 47 0.10 0 0.8 0.08 67.66 0.82 0.55
Hex D3 EB 2F A 0 50 8 44 52 37
Octal 323 353 57 12 0 120 10 104 122 67
Binary 11010011 11101011 101111 1010 0 1010000 1000 1000100 1010010 110111

Color Harmonies of #D3EB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EB2F

Black with #D3EB2F

Text Example


Text Example

White with #D3EB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EB2F; }

 p { color: rgb(211,235,47); }

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

background-color css

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

 a { background-color: rgb(211,235,47); }

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

border-color css

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

 span { border-color: rgb(211,235,47); }

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