Html Css Color HEX #8DBB10 Citrus

📋 copy color: '#8DBB10'

red 141 ◦ green 187 ◦ blue 16

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

Shades of Citrus #8DBB10

Tints of Citrus #8DBB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.36%

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

R = 40.99%
G = 54.36%
B = 4.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#8DBB10 (or 0x8DBB10) is known color: Citrus. HEX triplet: 8D, BB and 10. RGB value is (141,187,16). Sum of RGB (Red+Green+Blue) = 141+187+16=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB10 is #7244EF. Grayscale: #9A9A9A. Windows color (decimal): -7488752 or 1096589. OLE color: 1096589.

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

Color convert

RGB 141 187 16 -
CMYK 0.25 0 0.91 0.27
HSL 76.14º 0.84% 0.4% -
HSV(B) 76.14º 0.91% 0.73% -
XYZ 28.85 41.24 6.93 -
YUV 153.75 50.26 118.9 -
System Red Green Blue C M Y K H S L
Decimal 141 187 16 0.25 0 0.91 0.27 76.14 0.84 0.4
Hex 8D BB 10 19 0 5B 1B 4C 54 28
Octal 215 273 20 31 0 133 33 114 124 50
Binary 10001101 10111011 10000 11001 0 1011011 11011 1001100 1010100 101000

Color Harmonies of #8DBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB10

Black with #8DBB10

Text Example


Text Example

White with #8DBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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