Html Css Color HEX #8DB913 Citrus

📋 copy color: '#8DB913'

red 141 ◦ green 185 ◦ blue 19

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

Shades of Citrus #8DB913

Tints of Citrus #8DB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.62%

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

R = 40.87%
G = 53.62%
B = 5.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#8DB913 (or 0x8DB913) is known color: Citrus. HEX triplet: 8D, B9 and 13. RGB value is (141,185,19). Sum of RGB (Red+Green+Blue) = 141+185+19=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB913 is #7246EC. Grayscale: #999999. Windows color (decimal): -7489261 or 1292685. OLE color: 1292685.

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

Color convert

RGB 141 185 19 -
CMYK 0.24 0 0.90 0.27
HSL 75.9º 0.81% 0.4% -
HSV(B) 75.9º 0.9% 0.73% -
XYZ 28.45 40.41 6.92 -
YUV 152.92 52.42 119.5 -
System Red Green Blue C M Y K H S L
Decimal 141 185 19 0.24 0 0.90 0.27 75.9 0.81 0.4
Hex 8D B9 13 18 0 5A 1B 4C 51 28
Octal 215 271 23 30 0 132 33 114 121 50
Binary 10001101 10111001 10011 11000 0 1011010 11011 1001100 1010001 101000

Color Harmonies of #8DB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB913

Black with #8DB913

Text Example


Text Example

White with #8DB913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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