Html Css Color HEX #8BC600 Citrus

📋 copy color: '#8BC600'

red 139 ◦ green 198 ◦ blue 0

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

Shades of Citrus #8BC600

Tints of Citrus #8BC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.25%
G = 58.75%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#8BC600 (or 0x8BC600) is known color: Citrus. HEX triplet: 8B, C6 and 00. RGB value is (139,198,0). Sum of RGB (Red+Green+Blue) = 139+198+0=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 198 (77.73% from 255 or 58.75% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC600 is #7439FF. Grayscale: #9E9E9E. Windows color (decimal): -7617024 or 50827. OLE color: 50827.

HSL color Cylindrical-coordinate representation of color #8BC600: hue angle of 77.88º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BC600 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 198 0 -
CMYK 0.30 0 1 0.22
HSL 77.88º 1% 0.39% -
HSV(B) 77.88º 1% 0.78% -
XYZ 30.84 45.88 7.23 -
YUV 157.79 38.95 114.6 -
System Red Green Blue C M Y K H S L
Decimal 139 198 0 0.30 0 1 0.22 77.88 1 0.39
Hex 8B C6 0 1E 0 64 16 4E 64 27
Octal 213 306 0 36 0 144 26 116 144 47
Binary 10001011 11000110 0 11110 0 1100100 10110 1001110 1100100 100111

Color Harmonies of #8BC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC600

Black with #8BC600

Text Example


Text Example

White with #8BC600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,198,0); }

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

background-color css

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

 a { background-color: rgb(139,198,0); }

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

border-color css

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

 span { border-color: rgb(139,198,0); }

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