Html Css Color HEX #D3E01F Pear

📋 copy color: '#D3E01F'

red 211 ◦ green 224 ◦ blue 31

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

Shades of Pear #D3E01F

Tints of Pear #D3E01F

RGB

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

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

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

R = 45.28%
G = 48.07%
B = 6.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#D3E01F (or 0xD3E01F) is known color: Pear. HEX triplet: D3, E0 and 1F. RGB value is (211,224,31). Sum of RGB (Red+Green+Blue) = 211+224+31=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E01F is #2C1FE0. Grayscale: #C6C6C6. Windows color (decimal): -2891745 or 2089171. OLE color: 2089171.

HSL color Cylindrical-coordinate representation of color #D3E01F: hue angle of 64.04º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3E01F is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 224 31 -
CMYK 0.06 0 0.86 0.12
HSL 64.04º 0.76% 0.5% -
HSV(B) 64.04º 0.86% 0.88% -
XYZ 53.77 67.26 11.44 -
YUV 198.11 33.69 137.19 -
System Red Green Blue C M Y K H S L
Decimal 211 224 31 0.06 0 0.86 0.12 64.04 0.76 0.5
Hex D3 E0 1F 6 0 56 C 40 4C 32
Octal 323 340 37 6 0 126 14 100 114 62
Binary 11010011 11100000 11111 110 0 1010110 1100 1000000 1001100 110010

Color Harmonies of #D3E01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E01F

Black with #D3E01F

Text Example


Text Example

White with #D3E01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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