Html Css Color HEX #8DC00F Citrus

📋 copy color: '#8DC00F'

red 141 ◦ green 192 ◦ blue 15

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

Shades of Citrus #8DC00F

Tints of Citrus #8DC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.31%

R = 40.52%
G = 55.17%
B = 4.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#8DC00F (or 0x8DC00F) is known color: Citrus. HEX triplet: 8D, C0 and 0F. RGB value is (141,192,15). Sum of RGB (Red+Green+Blue) = 141+192+15=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC00F is #723FF0. Grayscale: #9D9D9D. Windows color (decimal): -7487473 or 1032333. OLE color: 1032333.

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

Color convert

RGB 141 192 15 -
CMYK 0.27 0 0.92 0.25
HSL 77.29º 0.86% 0.41% -
HSV(B) 77.29º 0.92% 0.75% -
XYZ 29.92 43.4 7.25 -
YUV 156.57 48.1 116.89 -
System Red Green Blue C M Y K H S L
Decimal 141 192 15 0.27 0 0.92 0.25 77.29 0.86 0.41
Hex 8D C0 F 1B 0 5C 19 4D 56 29
Octal 215 300 17 33 0 134 31 115 126 51
Binary 10001101 11000000 1111 11011 0 1011100 11001 1001101 1010110 101001

Color Harmonies of #8DC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC00F

Black with #8DC00F

Text Example


Text Example

White with #8DC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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