Html Css Color HEX #80C100 Citrus

📋 copy color: '#80C100'

red 128 ◦ green 193 ◦ blue 0

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

Shades of Citrus #80C100

Tints of Citrus #80C100

RGB

 RED value IS 128 (50.39% from 255) = 39.88%

 GREEN value IS 193 (75.78% from 255) = 60.12%

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

R = 39.88%
G = 60.12%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#80C100 (or 0x80C100) is known color: Citrus. HEX triplet: 80, C1 and 00. RGB value is (128,193,0). Sum of RGB (Red+Green+Blue) = 128+193+0=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #80C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C100 is #7F3EFF. Grayscale: #989898. Windows color (decimal): -8339200 or 49536. OLE color: 49536.

HSL color Cylindrical-coordinate representation of color #80C100: hue angle of 80.21º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80C100 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 193 0 -
CMYK 0.34 0 1 0.24
HSL 80.21º 1% 0.38% -
HSV(B) 80.21º 1% 0.76% -
XYZ 27.97 42.73 6.77 -
YUV 151.56 42.47 111.19 -
System Red Green Blue C M Y K H S L
Decimal 128 193 0 0.34 0 1 0.24 80.21 1 0.38
Hex 80 C1 0 22 0 64 18 50 64 26
Octal 200 301 0 42 0 144 30 120 144 46
Binary 10000000 11000001 0 100010 0 1100100 11000 1010000 1100100 100110

Color Harmonies of #80C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C100

Black with #80C100

Text Example


Text Example

White with #80C100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80C100; }

 p { color: rgb(128,193,0); }

 H1.HeaderClassName
 {
   color: #80C100;
 }
 .AnyTagClassName
 {
   color: #80C100;
 }
</style>

background-color css

<style>
 a { background-color: #80C100; }

 a { background-color: rgb(128,193,0); }

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

border-color css

<style>
 span { border-color: #80C100; }

 span { border-color: rgb(128,193,0); }

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