Html Css Color HEX #8DC015 Citrus

📋 copy color: '#8DC015'

red 141 ◦ green 192 ◦ blue 21

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

Shades of Citrus #8DC015

Tints of Citrus #8DC015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.24%

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

R = 39.83%
G = 54.24%
B = 5.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#8DC015 (or 0x8DC015) is known color: Citrus. HEX triplet: 8D, C0 and 15. RGB value is (141,192,21). Sum of RGB (Red+Green+Blue) = 141+192+21=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC015 is #723FEA. Grayscale: #9D9D9D. Windows color (decimal): -7487467 or 1425549. OLE color: 1425549.

HSL color Cylindrical-coordinate representation of color #8DC015: hue angle of 77.89º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DC015 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 192 21 -
CMYK 0.27 0 0.89 0.25
HSL 77.89º 0.8% 0.42% -
HSV(B) 77.89º 0.89% 0.75% -
XYZ 29.97 43.42 7.51 -
YUV 157.26 51.1 116.4 -
System Red Green Blue C M Y K H S L
Decimal 141 192 21 0.27 0 0.89 0.25 77.89 0.8 0.42
Hex 8D C0 15 1B 0 59 19 4E 50 2A
Octal 215 300 25 33 0 131 31 116 120 52
Binary 10001101 11000000 10101 11011 0 1011001 11001 1001110 1010000 101010

Color Harmonies of #8DC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC015

Black with #8DC015

Text Example


Text Example

White with #8DC015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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