Html Css Color HEX #8DB80B Citrus

📋 copy color: '#8DB80B'

red 141 ◦ green 184 ◦ blue 11

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

Shades of Citrus #8DB80B

Tints of Citrus #8DB80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.27%

R = 41.96%
G = 54.76%
B = 3.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#8DB80B (or 0x8DB80B) is known color: Citrus. HEX triplet: 8D, B8 and 0B. RGB value is (141,184,11). Sum of RGB (Red+Green+Blue) = 141+184+11=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB80B is #7247F4. Grayscale: #989898. Windows color (decimal): -7489525 or 768141. OLE color: 768141.

HSL color Cylindrical-coordinate representation of color #8DB80B: hue angle of 74.91º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DB80B is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 184 11 -
CMYK 0.23 0 0.94 0.28
HSL 74.91º 0.89% 0.38% -
HSV(B) 74.91º 0.94% 0.72% -
XYZ 28.19 39.97 6.55 -
YUV 151.42 48.75 120.57 -
System Red Green Blue C M Y K H S L
Decimal 141 184 11 0.23 0 0.94 0.28 74.91 0.89 0.38
Hex 8D B8 B 17 0 5E 1C 4B 59 26
Octal 215 270 13 27 0 136 34 113 131 46
Binary 10001101 10111000 1011 10111 0 1011110 11100 1001011 1011001 100110

Color Harmonies of #8DB80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB80B

Black with #8DB80B

Text Example


Text Example

White with #8DB80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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