Html Css Color HEX #8DC803 Citrus

📋 copy color: '#8DC803'

red 141 ◦ green 200 ◦ blue 3

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

Shades of Citrus #8DC803

Tints of Citrus #8DC803

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.14%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 40.99%
G = 58.14%
B = 0.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#8DC803 (or 0x8DC803) is known color: Citrus. HEX triplet: 8D, C8 and 03. RGB value is (141,200,3). Sum of RGB (Red+Green+Blue) = 141+200+3=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC803 is #7237FC. Grayscale: #A0A0A0. Windows color (decimal): -7485437 or 247949. OLE color: 247949.

HSL color Cylindrical-coordinate representation of color #8DC803: hue angle of 77.97º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DC803 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 200 3 -
CMYK 0.29 0 0.98 0.22
HSL 77.97º 0.97% 0.4% -
HSV(B) 77.97º 0.99% 0.78% -
XYZ 31.66 46.98 7.49 -
YUV 159.9 39.45 114.52 -
System Red Green Blue C M Y K H S L
Decimal 141 200 3 0.29 0 0.98 0.22 77.97 0.97 0.4
Hex 8D C8 3 1D 0 62 16 4E 61 28
Octal 215 310 3 35 0 142 26 116 141 50
Binary 10001101 11001000 11 11101 0 1100010 10110 1001110 1100001 101000

Color Harmonies of #8DC803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC803

Black with #8DC803

Text Example


Text Example

White with #8DC803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,200,3); }

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

background-color css

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

 a { background-color: rgb(141,200,3); }

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

border-color css

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

 span { border-color: rgb(141,200,3); }

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