Html Css Color HEX #8DC00D Citrus

📋 copy color: '#8DC00D'

red 141 ◦ green 192 ◦ blue 13

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

Shades of Citrus #8DC00D

Tints of Citrus #8DC00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.76%

R = 40.75%
G = 55.49%
B = 3.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#8DC00D (or 0x8DC00D) is known color: Citrus. HEX triplet: 8D, C0 and 0D. RGB value is (141,192,13). Sum of RGB (Red+Green+Blue) = 141+192+13=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC00D is #723FF2. Grayscale: #9D9D9D. Windows color (decimal): -7487475 or 901261. OLE color: 901261.

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

Color convert

RGB 141 192 13 -
CMYK 0.27 0 0.93 0.25
HSL 77.09º 0.87% 0.4% -
HSV(B) 77.09º 0.93% 0.75% -
XYZ 29.91 43.39 7.18 -
YUV 156.35 47.1 117.05 -
System Red Green Blue C M Y K H S L
Decimal 141 192 13 0.27 0 0.93 0.25 77.09 0.87 0.4
Hex 8D C0 D 1B 0 5D 19 4D 57 28
Octal 215 300 15 33 0 135 31 115 127 50
Binary 10001101 11000000 1101 11011 0 1011101 11001 1001101 1010111 101000

Color Harmonies of #8DC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC00D

Black with #8DC00D

Text Example


Text Example

White with #8DC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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