Html Css Color HEX #8DC60D Citrus

📋 copy color: '#8DC60D'

red 141 ◦ green 198 ◦ blue 13

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

Shades of Citrus #8DC60D

Tints of Citrus #8DC60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.25%

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

R = 40.06%
G = 56.25%
B = 3.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#8DC60D (or 0x8DC60D) is known color: Citrus. HEX triplet: 8D, C6 and 0D. RGB value is (141,198,13). Sum of RGB (Red+Green+Blue) = 141+198+13=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC60D is #7239F2. Grayscale: #A0A0A0. Windows color (decimal): -7485939 or 902797. OLE color: 902797.

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

Color convert

RGB 141 198 13 -
CMYK 0.29 0 0.93 0.22
HSL 78.49º 0.88% 0.41% -
HSV(B) 78.49º 0.93% 0.78% -
XYZ 31.25 46.08 7.63 -
YUV 159.87 45.12 114.54 -
System Red Green Blue C M Y K H S L
Decimal 141 198 13 0.29 0 0.93 0.22 78.49 0.88 0.41
Hex 8D C6 D 1D 0 5D 16 4E 58 29
Octal 215 306 15 35 0 135 26 116 130 51
Binary 10001101 11000110 1101 11101 0 1011101 10110 1001110 1011000 101001

Color Harmonies of #8DC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC60D

Black with #8DC60D

Text Example


Text Example

White with #8DC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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