Html Css Color HEX #8DC00B Citrus

📋 copy color: '#8DC00B'

red 141 ◦ green 192 ◦ blue 11

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

Shades of Citrus #8DC00B

Tints of Citrus #8DC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.81%

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

R = 40.99%
G = 55.81%
B = 3.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#8DC00B (or 0x8DC00B) is known color: Citrus. HEX triplet: 8D, C0 and 0B. RGB value is (141,192,11). Sum of RGB (Red+Green+Blue) = 141+192+11=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC00B is #723FF4. Grayscale: #9C9C9C. Windows color (decimal): -7487477 or 770189. OLE color: 770189.

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

Color convert

RGB 141 192 11 -
CMYK 0.27 0 0.94 0.25
HSL 76.91º 0.89% 0.4% -
HSV(B) 76.91º 0.94% 0.75% -
XYZ 29.89 43.39 7.12 -
YUV 156.12 46.1 117.22 -
System Red Green Blue C M Y K H S L
Decimal 141 192 11 0.27 0 0.94 0.25 76.91 0.89 0.4
Hex 8D C0 B 1B 0 5E 19 4D 59 28
Octal 215 300 13 33 0 136 31 115 131 50
Binary 10001101 11000000 1011 11011 0 1011110 11001 1001101 1011001 101000

Color Harmonies of #8DC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC00B

Black with #8DC00B

Text Example


Text Example

White with #8DC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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