Html Css Color HEX #8DC508 Citrus

📋 copy color: '#8DC508'

red 141 ◦ green 197 ◦ blue 8

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

Shades of Citrus #8DC508

Tints of Citrus #8DC508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.94%

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

R = 40.75%
G = 56.94%
B = 2.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#8DC508 (or 0x8DC508) is known color: Citrus. HEX triplet: 8D, C5 and 08. RGB value is (141,197,8). Sum of RGB (Red+Green+Blue) = 141+197+8=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC508 is #723AF7. Grayscale: #9F9F9F. Windows color (decimal): -7486200 or 574861. OLE color: 574861.

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

Color convert

RGB 141 197 8 -
CMYK 0.28 0 0.96 0.23
HSL 77.78º 0.92% 0.4% -
HSV(B) 77.78º 0.96% 0.77% -
XYZ 30.99 45.61 7.4 -
YUV 158.71 42.95 115.37 -
System Red Green Blue C M Y K H S L
Decimal 141 197 8 0.28 0 0.96 0.23 77.78 0.92 0.4
Hex 8D C5 8 1C 0 60 17 4E 5C 28
Octal 215 305 10 34 0 140 27 116 134 50
Binary 10001101 11000101 1000 11100 0 1100000 10111 1001110 1011100 101000

Color Harmonies of #8DC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC508

Black with #8DC508

Text Example


Text Example

White with #8DC508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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