Html Css Color HEX #8BC310 Citrus

📋 copy color: '#8BC310'

red 139 ◦ green 195 ◦ blue 16

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

Shades of Citrus #8BC310

Tints of Citrus #8BC310

RGB

 RED value IS 139 (54.69% from 255) = 39.71%

 GREEN value IS 195 (76.56% from 255) = 55.71%

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

R = 39.71%
G = 55.71%
B = 4.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#8BC310 (or 0x8BC310) is known color: Citrus. HEX triplet: 8B, C3 and 10. RGB value is (139,195,16). Sum of RGB (Red+Green+Blue) = 139+195+16=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC310 is #743CEF. Grayscale: #9E9E9E. Windows color (decimal): -7617776 or 1098635. OLE color: 1098635.

HSL color Cylindrical-coordinate representation of color #8BC310: hue angle of 78.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BC310 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 195 16 -
CMYK 0.29 0 0.92 0.24
HSL 78.77º 0.85% 0.41% -
HSV(B) 78.77º 0.92% 0.76% -
XYZ 30.26 44.56 7.5 -
YUV 157.85 47.95 114.55 -
System Red Green Blue C M Y K H S L
Decimal 139 195 16 0.29 0 0.92 0.24 78.77 0.85 0.41
Hex 8B C3 10 1D 0 5C 18 4F 55 29
Octal 213 303 20 35 0 134 30 117 125 51
Binary 10001011 11000011 10000 11101 0 1011100 11000 1001111 1010101 101001

Color Harmonies of #8BC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC310

Black with #8BC310

Text Example


Text Example

White with #8BC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,195,16); }

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

background-color css

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

 a { background-color: rgb(139,195,16); }

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

border-color css

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

 span { border-color: rgb(139,195,16); }

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