Html Css Color HEX #8DC308 Citrus

📋 copy color: '#8DC308'

red 141 ◦ green 195 ◦ blue 8

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

Shades of Citrus #8DC308

Tints of Citrus #8DC308

RGB

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

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

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

R = 40.99%
G = 56.69%
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

#8DC308 (or 0x8DC308) is known color: Citrus. HEX triplet: 8D, C3 and 08. RGB value is (141,195,8). Sum of RGB (Red+Green+Blue) = 141+195+8=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC308 is #723CF7. Grayscale: #9E9E9E. Windows color (decimal): -7486712 or 574349. OLE color: 574349.

HSL color Cylindrical-coordinate representation of color #8DC308: hue angle of 77.33º 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 #8DC308 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 195 8 -
CMYK 0.28 0 0.96 0.24
HSL 77.33º 0.92% 0.4% -
HSV(B) 77.33º 0.96% 0.76% -
XYZ 30.54 44.71 7.25 -
YUV 157.54 43.61 116.21 -
System Red Green Blue C M Y K H S L
Decimal 141 195 8 0.28 0 0.96 0.24 77.33 0.92 0.4
Hex 8D C3 8 1C 0 60 18 4D 5C 28
Octal 215 303 10 34 0 140 30 115 134 50
Binary 10001101 11000011 1000 11100 0 1100000 11000 1001101 1011100 101000

Color Harmonies of #8DC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC308

Black with #8DC308

Text Example


Text Example

White with #8DC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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