Html Css Color HEX #8DC208 Citrus

📋 copy color: '#8DC208'

red 141 ◦ green 194 ◦ blue 8

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

Shades of Citrus #8DC208

Tints of Citrus #8DC208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.56%

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

R = 41.11%
G = 56.56%
B = 2.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#8DC208 (or 0x8DC208) is known color: Citrus. HEX triplet: 8D, C2 and 08. RGB value is (141,194,8). Sum of RGB (Red+Green+Blue) = 141+194+8=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC208 is #723DF7. Grayscale: #9D9D9D. Windows color (decimal): -7486968 or 574093. OLE color: 574093.

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

Color convert

RGB 141 194 8 -
CMYK 0.27 0 0.96 0.24
HSL 77.1º 0.92% 0.4% -
HSV(B) 77.1º 0.96% 0.76% -
XYZ 30.32 44.26 7.18 -
YUV 156.95 43.94 116.62 -
System Red Green Blue C M Y K H S L
Decimal 141 194 8 0.27 0 0.96 0.24 77.1 0.92 0.4
Hex 8D C2 8 1B 0 60 18 4D 5C 28
Octal 215 302 10 33 0 140 30 115 134 50
Binary 10001101 11000010 1000 11011 0 1100000 11000 1001101 1011100 101000

Color Harmonies of #8DC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC208

Black with #8DC208

Text Example


Text Example

White with #8DC208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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