Html Css Color HEX #8DC903 Citrus

📋 copy color: '#8DC903'

red 141 ◦ green 201 ◦ blue 3

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

Shades of Citrus #8DC903

Tints of Citrus #8DC903

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.26%

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

R = 40.87%
G = 58.26%
B = 0.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#8DC903 (or 0x8DC903) is known color: Citrus. HEX triplet: 8D, C9 and 03. RGB value is (141,201,3). Sum of RGB (Red+Green+Blue) = 141+201+3=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC903 is #7236FC. Grayscale: #A1A1A1. Windows color (decimal): -7485181 or 248205. OLE color: 248205.

HSL color Cylindrical-coordinate representation of color #8DC903: hue angle of 78.18º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DC903 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 201 3 -
CMYK 0.30 0 0.99 0.21
HSL 78.18º 0.97% 0.4% -
HSV(B) 78.18º 0.99% 0.79% -
XYZ 31.89 47.44 7.56 -
YUV 160.49 39.12 114.1 -
System Red Green Blue C M Y K H S L
Decimal 141 201 3 0.30 0 0.99 0.21 78.18 0.97 0.4
Hex 8D C9 3 1E 0 63 15 4E 61 28
Octal 215 311 3 36 0 143 25 116 141 50
Binary 10001101 11001001 11 11110 0 1100011 10101 1001110 1100001 101000

Color Harmonies of #8DC903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC903

Black with #8DC903

Text Example


Text Example

White with #8DC903

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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