Html Css Color HEX #8DC703 Citrus

📋 copy color: '#8DC703'

red 141 ◦ green 199 ◦ blue 3

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

Shades of Citrus #8DC703

Tints of Citrus #8DC703

RGB

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

 GREEN value IS 199 (78.13% from 255) = 58.02%

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

R = 41.11%
G = 58.02%
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

#8DC703 (or 0x8DC703) is known color: Citrus. HEX triplet: 8D, C7 and 03. RGB value is (141,199,3). Sum of RGB (Red+Green+Blue) = 141+199+3=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 199 (78.12% from 255 or 58.02% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC703 is #7238FC. Grayscale: #A0A0A0. Windows color (decimal): -7485693 or 247693. OLE color: 247693.

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

Color convert

RGB 141 199 3 -
CMYK 0.29 0 0.98 0.22
HSL 77.76º 0.97% 0.4% -
HSV(B) 77.76º 0.98% 0.78% -
XYZ 31.42 46.52 7.41 -
YUV 159.31 39.78 114.94 -
System Red Green Blue C M Y K H S L
Decimal 141 199 3 0.29 0 0.98 0.22 77.76 0.97 0.4
Hex 8D C7 3 1D 0 62 16 4E 61 28
Octal 215 307 3 35 0 142 26 116 141 50
Binary 10001101 11000111 11 11101 0 1100010 10110 1001110 1100001 101000

Color Harmonies of #8DC703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC703

Black with #8DC703

Text Example


Text Example

White with #8DC703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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