Html Css Color HEX #8DC502 Citrus

📋 copy color: '#8DC502'

red 141 ◦ green 197 ◦ blue 2

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

Shades of Citrus #8DC502

Tints of Citrus #8DC502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 41.47%
G = 57.94%
B = 0.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#8DC502 (or 0x8DC502) is known color: Citrus. HEX triplet: 8D, C5 and 02. RGB value is (141,197,2). Sum of RGB (Red+Green+Blue) = 141+197+2=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC502 is #723AFD. Grayscale: #9E9E9E. Windows color (decimal): -7486206 or 181645. OLE color: 181645.

HSL color Cylindrical-coordinate representation of color #8DC502: hue angle of 77.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DC502 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 197 2 -
CMYK 0.28 0 0.99 0.23
HSL 77.23º 0.98% 0.39% -
HSV(B) 77.23º 0.99% 0.77% -
XYZ 30.96 45.6 7.23 -
YUV 158.03 39.95 115.86 -
System Red Green Blue C M Y K H S L
Decimal 141 197 2 0.28 0 0.99 0.23 77.23 0.98 0.39
Hex 8D C5 2 1C 0 63 17 4D 62 27
Octal 215 305 2 34 0 143 27 115 142 47
Binary 10001101 11000101 10 11100 0 1100011 10111 1001101 1100010 100111

Color Harmonies of #8DC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC502

Black with #8DC502

Text Example


Text Example

White with #8DC502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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