Html Css Color HEX #80C803 Citrus

📋 copy color: '#80C803'

red 128 ◦ green 200 ◦ blue 3

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

Shades of Citrus #80C803

Tints of Citrus #80C803

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.42%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 38.67%
G = 60.42%
B = 0.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#80C803 (or 0x80C803) is known color: Citrus. HEX triplet: 80, C8 and 03. RGB value is (128,200,3). Sum of RGB (Red+Green+Blue) = 128+200+3=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #80C803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C803 is #7F37FC. Grayscale: #9C9C9C. Windows color (decimal): -8337405 or 247936. OLE color: 247936.

HSL color Cylindrical-coordinate representation of color #80C803: hue angle of 81.93º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80C803 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 3 -
CMYK 0.36 0 0.98 0.22
HSL 81.93º 0.97% 0.4% -
HSV(B) 81.93º 0.99% 0.78% -
XYZ 29.57 45.9 7.39 -
YUV 156.01 41.65 108.02 -
System Red Green Blue C M Y K H S L
Decimal 128 200 3 0.36 0 0.98 0.22 81.93 0.97 0.4
Hex 80 C8 3 24 0 62 16 52 61 28
Octal 200 310 3 44 0 142 26 122 141 50
Binary 10000000 11001000 11 100100 0 1100010 10110 1010010 1100001 101000

Color Harmonies of #80C803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C803

Black with #80C803

Text Example


Text Example

White with #80C803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,3); }

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

background-color css

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

 a { background-color: rgb(128,200,3); }

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

border-color css

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

 span { border-color: rgb(128,200,3); }

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