Html Css Color HEX #8CC308 Citrus

📋 copy color: '#8CC308'

red 140 ◦ green 195 ◦ blue 8

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

Shades of Citrus #8CC308

Tints of Citrus #8CC308

RGB

 RED value IS 140 (55.08% from 255) = 40.82%

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

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

R = 40.82%
G = 56.85%
B = 2.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#8CC308 (or 0x8CC308) is known color: Citrus. HEX triplet: 8C, C3 and 08. RGB value is (140,195,8). Sum of RGB (Red+Green+Blue) = 140+195+8=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC308 is #733CF7. Grayscale: #9D9D9D. Windows color (decimal): -7552248 or 574348. OLE color: 574348.

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

Color convert

RGB 140 195 8 -
CMYK 0.28 0 0.96 0.24
HSL 77.65º 0.92% 0.4% -
HSV(B) 77.65º 0.96% 0.76% -
XYZ 30.37 44.62 7.24 -
YUV 157.24 43.78 115.71 -
System Red Green Blue C M Y K H S L
Decimal 140 195 8 0.28 0 0.96 0.24 77.65 0.92 0.4
Hex 8C C3 8 1C 0 60 18 4E 5C 28
Octal 214 303 10 34 0 140 30 116 134 50
Binary 10001100 11000011 1000 11100 0 1100000 11000 1001110 1011100 101000

Color Harmonies of #8CC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC308

Black with #8CC308

Text Example


Text Example

White with #8CC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,195,8); }

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

background-color css

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

 a { background-color: rgb(140,195,8); }

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

border-color css

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

 span { border-color: rgb(140,195,8); }

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