Html Css Color HEX #8DC10B Citrus

📋 copy color: '#8DC10B'

red 141 ◦ green 193 ◦ blue 11

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

Shades of Citrus #8DC10B

Tints of Citrus #8DC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.94%

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

R = 40.87%
G = 55.94%
B = 3.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#8DC10B (or 0x8DC10B) is known color: Citrus. HEX triplet: 8D, C1 and 0B. RGB value is (141,193,11). Sum of RGB (Red+Green+Blue) = 141+193+11=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC10B is #723EF4. Grayscale: #9D9D9D. Windows color (decimal): -7487221 or 770445. OLE color: 770445.

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

Color convert

RGB 141 193 11 -
CMYK 0.27 0 0.94 0.24
HSL 77.14º 0.89% 0.4% -
HSV(B) 77.14º 0.94% 0.76% -
XYZ 30.11 43.83 7.19 -
YUV 156.7 45.77 116.8 -
System Red Green Blue C M Y K H S L
Decimal 141 193 11 0.27 0 0.94 0.24 77.14 0.89 0.4
Hex 8D C1 B 1B 0 5E 18 4D 59 28
Octal 215 301 13 33 0 136 30 115 131 50
Binary 10001101 11000001 1011 11011 0 1011110 11000 1001101 1011001 101000

Color Harmonies of #8DC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC10B

Black with #8DC10B

Text Example


Text Example

White with #8DC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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