Html Css Color HEX #8DBB13 Citrus

📋 copy color: '#8DBB13'

red 141 ◦ green 187 ◦ blue 19

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

Shades of Citrus #8DBB13

Tints of Citrus #8DBB13

RGB

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

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

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

R = 40.63%
G = 53.89%
B = 5.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#8DBB13 (or 0x8DBB13) is known color: Citrus. HEX triplet: 8D, BB and 13. RGB value is (141,187,19). Sum of RGB (Red+Green+Blue) = 141+187+19=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB13 is #7244EC. Grayscale: #9A9A9A. Windows color (decimal): -7488749 or 1293197. OLE color: 1293197.

HSL color Cylindrical-coordinate representation of color #8DBB13: hue angle of 76.43º degrees, saturation: 0.82, 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 #8DBB13 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 187 19 -
CMYK 0.25 0 0.90 0.27
HSL 76.43º 0.82% 0.4% -
HSV(B) 76.43º 0.9% 0.73% -
XYZ 28.87 41.25 7.06 -
YUV 154.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 141 187 19 0.25 0 0.90 0.27 76.43 0.82 0.4
Hex 8D BB 13 19 0 5A 1B 4C 52 28
Octal 215 273 23 31 0 132 33 114 122 50
Binary 10001101 10111011 10011 11001 0 1011010 11011 1001100 1010010 101000

Color Harmonies of #8DBB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB13

Black with #8DBB13

Text Example


Text Example

White with #8DBB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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