Html Css Color HEX #8DB813 Citrus

📋 copy color: '#8DB813'

red 141 ◦ green 184 ◦ blue 19

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

Shades of Citrus #8DB813

Tints of Citrus #8DB813

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.49%

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

R = 40.99%
G = 53.49%
B = 5.52%

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

#8DB813 (or 0x8DB813) is known color: Citrus. HEX triplet: 8D, B8 and 13. RGB value is (141,184,19). Sum of RGB (Red+Green+Blue) = 141+184+19=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB813 is #7247EC. Grayscale: #989898. Windows color (decimal): -7489517 or 1292429. OLE color: 1292429.

HSL color Cylindrical-coordinate representation of color #8DB813: hue angle of 75.64º 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 #8DB813 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 184 19 -
CMYK 0.23 0 0.90 0.28
HSL 75.64º 0.81% 0.4% -
HSV(B) 75.64º 0.9% 0.72% -
XYZ 28.24 39.99 6.85 -
YUV 152.33 52.75 119.92 -
System Red Green Blue C M Y K H S L
Decimal 141 184 19 0.23 0 0.90 0.28 75.64 0.81 0.4
Hex 8D B8 13 17 0 5A 1C 4C 51 28
Octal 215 270 23 27 0 132 34 114 121 50
Binary 10001101 10111000 10011 10111 0 1011010 11100 1001100 1010001 101000

Color Harmonies of #8DB813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB813

Black with #8DB813

Text Example


Text Example

White with #8DB813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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