Html Css Color HEX #8BC408 Citrus

📋 copy color: '#8BC408'

red 139 ◦ green 196 ◦ blue 8

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

Shades of Citrus #8BC408

Tints of Citrus #8BC408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.14%

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 40.52%
G = 57.14%
B = 2.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#8BC408 (or 0x8BC408) is known color: Citrus. HEX triplet: 8B, C4 and 08. RGB value is (139,196,8). Sum of RGB (Red+Green+Blue) = 139+196+8=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC408 is #743BF7. Grayscale: #9E9E9E. Windows color (decimal): -7617528 or 574603. OLE color: 574603.

HSL color Cylindrical-coordinate representation of color #8BC408: hue angle of 78.19º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BC408 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 139 196 8 -
CMYK 0.29 0 0.96 0.23
HSL 78.19º 0.92% 0.4% -
HSV(B) 78.19º 0.96% 0.77% -
XYZ 30.43 44.99 7.31 -
YUV 157.53 43.62 114.79 -
System Red Green Blue C M Y K H S L
Decimal 139 196 8 0.29 0 0.96 0.23 78.19 0.92 0.4
Hex 8B C4 8 1D 0 60 17 4E 5C 28
Octal 213 304 10 35 0 140 27 116 134 50
Binary 10001011 11000100 1000 11101 0 1100000 10111 1001110 1011100 101000

Color Harmonies of #8BC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC408

Black with #8BC408

Text Example


Text Example

White with #8BC408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,196,8); }

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

background-color css

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

 a { background-color: rgb(139,196,8); }

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

border-color css

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

 span { border-color: rgb(139,196,8); }

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