Html Css Color HEX #8DB510 Citrus

📋 copy color: '#8DB510'

red 141 ◦ green 181 ◦ blue 16

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

Shades of Citrus #8DB510

Tints of Citrus #8DB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.55%

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

R = 41.72%
G = 53.55%
B = 4.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#8DB510 (or 0x8DB510) is known color: Citrus. HEX triplet: 8D, B5 and 10. RGB value is (141,181,16). Sum of RGB (Red+Green+Blue) = 141+181+16=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB510 is #724AEF. Grayscale: #969696. Windows color (decimal): -7490288 or 1095053. OLE color: 1095053.

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

Color convert

RGB 141 181 16 -
CMYK 0.22 0 0.91 0.29
HSL 74.55º 0.84% 0.39% -
HSV(B) 74.55º 0.91% 0.71% -
XYZ 27.6 38.75 6.51 -
YUV 150.23 52.25 121.42 -
System Red Green Blue C M Y K H S L
Decimal 141 181 16 0.22 0 0.91 0.29 74.55 0.84 0.39
Hex 8D B5 10 16 0 5B 1D 4B 54 27
Octal 215 265 20 26 0 133 35 113 124 47
Binary 10001101 10110101 10000 10110 0 1011011 11101 1001011 1010100 100111

Color Harmonies of #8DB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB510

Black with #8DB510

Text Example


Text Example

White with #8DB510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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