Html Css Color HEX #8DB910 Citrus

📋 copy color: '#8DB910'

red 141 ◦ green 185 ◦ blue 16

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

Shades of Citrus #8DB910

Tints of Citrus #8DB910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 41.23%
G = 54.09%
B = 4.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#8DB910 (or 0x8DB910) is known color: Citrus. HEX triplet: 8D, B9 and 10. RGB value is (141,185,16). Sum of RGB (Red+Green+Blue) = 141+185+16=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB910 is #7246EF. Grayscale: #999999. Windows color (decimal): -7489264 or 1096077. OLE color: 1096077.

HSL color Cylindrical-coordinate representation of color #8DB910: hue angle of 75.62º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DB910 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 185 16 -
CMYK 0.24 0 0.91 0.27
HSL 75.62º 0.84% 0.39% -
HSV(B) 75.62º 0.91% 0.73% -
XYZ 28.43 40.4 6.79 -
YUV 152.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 141 185 16 0.24 0 0.91 0.27 75.62 0.84 0.39
Hex 8D B9 10 18 0 5B 1B 4C 54 27
Octal 215 271 20 30 0 133 33 114 124 47
Binary 10001101 10111001 10000 11000 0 1011011 11011 1001100 1010100 100111

Color Harmonies of #8DB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB910

Black with #8DB910

Text Example


Text Example

White with #8DB910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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