Html Css Color HEX #8DCC00 Citrus

📋 copy color: '#8DCC00'

red 141 ◦ green 204 ◦ blue 0

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

Shades of Citrus #8DCC00

Tints of Citrus #8DCC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.87%
G = 59.13%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#8DCC00 (or 0x8DCC00) is known color: Citrus. HEX triplet: 8D, CC and 00. RGB value is (141,204,0). Sum of RGB (Red+Green+Blue) = 141+204+0=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCC00 is #7233FF. Grayscale: #A2A2A2. Windows color (decimal): -7484416 or 52365. OLE color: 52365.

HSL color Cylindrical-coordinate representation of color #8DCC00: hue angle of 78.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DCC00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 0 -
CMYK 0.31 0 1 0.2
HSL 78.53º 1% 0.4% -
HSV(B) 78.53º 1% 0.8% -
XYZ 32.58 48.85 7.71 -
YUV 161.91 36.63 113.09 -
System Red Green Blue C M Y K H S L
Decimal 141 204 0 0.31 0 1 0.2 78.53 1 0.4
Hex 8D CC 0 1F 0 64 14 4F 64 28
Octal 215 314 0 37 0 144 24 117 144 50
Binary 10001101 11001100 0 11111 0 1100100 10100 1001111 1100100 101000

Color Harmonies of #8DCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC00

Black with #8DCC00

Text Example


Text Example

White with #8DCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,0); }

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

background-color css

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

 a { background-color: rgb(141,204,0); }

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

border-color css

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

 span { border-color: rgb(141,204,0); }

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