Html Css Color HEX #8DB713 Citrus

📋 copy color: '#8DB713'

red 141 ◦ green 183 ◦ blue 19

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

Shades of Citrus #8DB713

Tints of Citrus #8DB713

RGB

 RED value IS 141 (55.47% from 255) = 41.11%

 GREEN value IS 183 (71.88% from 255) = 53.35%

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 41.11%
G = 53.35%
B = 5.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#8DB713 (or 0x8DB713) is known color: Citrus. HEX triplet: 8D, B7 and 13. RGB value is (141,183,19). Sum of RGB (Red+Green+Blue) = 141+183+19=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB713 is #7248EC. Grayscale: #989898. Windows color (decimal): -7489773 or 1292173. OLE color: 1292173.

HSL color Cylindrical-coordinate representation of color #8DB713: hue angle of 75.37º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DB713 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 183 19 -
CMYK 0.23 0 0.90 0.28
HSL 75.37º 0.81% 0.4% -
HSV(B) 75.37º 0.9% 0.72% -
XYZ 28.04 39.58 6.78 -
YUV 151.75 53.09 120.34 -
System Red Green Blue C M Y K H S L
Decimal 141 183 19 0.23 0 0.90 0.28 75.37 0.81 0.4
Hex 8D B7 13 17 0 5A 1C 4B 51 28
Octal 215 267 23 27 0 132 34 113 121 50
Binary 10001101 10110111 10011 10111 0 1011010 11100 1001011 1010001 101000

Color Harmonies of #8DB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB713

Black with #8DB713

Text Example


Text Example

White with #8DB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DB713; }

 p { color: rgb(141,183,19); }

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

background-color css

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

 a { background-color: rgb(141,183,19); }

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

border-color css

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

 span { border-color: rgb(141,183,19); }

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