Html Css Color HEX #D3EB1F Pear

📋 copy color: '#D3EB1F'

red 211 ◦ green 235 ◦ blue 31

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

Shades of Pear #D3EB1F

Tints of Pear #D3EB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.5%

R = 44.23%
G = 49.27%
B = 6.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#D3EB1F (or 0xD3EB1F) is known color: Pear. HEX triplet: D3, EB and 1F. RGB value is (211,235,31). Sum of RGB (Red+Green+Blue) = 211+235+31=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB1F is #2C14E0. Grayscale: #CDCDCD. Windows color (decimal): -2888929 or 2091987. OLE color: 2091987.

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

Color convert

RGB 211 235 31 -
CMYK 0.10 0 0.87 0.08
HSL 67.06º 0.84% 0.52% -
HSV(B) 67.06º 0.87% 0.92% -
XYZ 56.82 73.36 12.46 -
YUV 204.57 30.05 132.59 -
System Red Green Blue C M Y K H S L
Decimal 211 235 31 0.10 0 0.87 0.08 67.06 0.84 0.52
Hex D3 EB 1F A 0 57 8 43 54 34
Octal 323 353 37 12 0 127 10 103 124 64
Binary 11010011 11101011 11111 1010 0 1010111 1000 1000011 1010100 110100

Color Harmonies of #D3EB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EB1F

Black with #D3EB1F

Text Example


Text Example

White with #D3EB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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