Html Css Color HEX #8DC515 Citrus

📋 copy color: '#8DC515'

red 141 ◦ green 197 ◦ blue 21

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

Shades of Citrus #8DC515

Tints of Citrus #8DC515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 39.28%
G = 54.87%
B = 5.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#8DC515 (or 0x8DC515) is known color: Citrus. HEX triplet: 8D, C5 and 15. RGB value is (141,197,21). Sum of RGB (Red+Green+Blue) = 141+197+21=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC515 is #723AEA. Grayscale: #A0A0A0. Windows color (decimal): -7486187 or 1426829. OLE color: 1426829.

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

Color convert

RGB 141 197 21 -
CMYK 0.28 0 0.89 0.23
HSL 79.09º 0.81% 0.43% -
HSV(B) 79.09º 0.89% 0.77% -
XYZ 31.09 45.65 7.88 -
YUV 160.19 49.45 114.31 -
System Red Green Blue C M Y K H S L
Decimal 141 197 21 0.28 0 0.89 0.23 79.09 0.81 0.43
Hex 8D C5 15 1C 0 59 17 4F 51 2B
Octal 215 305 25 34 0 131 27 117 121 53
Binary 10001101 11000101 10101 11100 0 1011001 10111 1001111 1010001 101011

Color Harmonies of #8DC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC515

Black with #8DC515

Text Example


Text Example

White with #8DC515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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