Html Css Color HEX #80CD04 Citrus

📋 copy color: '#80CD04'

red 128 ◦ green 205 ◦ blue 4

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

Shades of Citrus #80CD04

Tints of Citrus #80CD04

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.83%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 37.98%
G = 60.83%
B = 1.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#80CD04 (or 0x80CD04) is known color: Citrus. HEX triplet: 80, CD and 04. RGB value is (128,205,4). Sum of RGB (Red+Green+Blue) = 128+205+4=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CD04 is #7F32FB. Grayscale: #9F9F9F. Windows color (decimal): -8336124 or 314752. OLE color: 314752.

HSL color Cylindrical-coordinate representation of color #80CD04: hue angle of 82.99º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80CD04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 205 4 -
CMYK 0.38 0 0.98 0.20
HSL 82.99º 0.96% 0.41% -
HSV(B) 82.99º 0.98% 0.8% -
XYZ 30.76 48.26 7.81 -
YUV 159.06 40.49 105.84 -
System Red Green Blue C M Y K H S L
Decimal 128 205 4 0.38 0 0.98 0.20 82.99 0.96 0.41
Hex 80 CD 4 26 0 62 14 53 60 29
Octal 200 315 4 46 0 142 24 123 140 51
Binary 10000000 11001101 100 100110 0 1100010 10100 1010011 1100000 101001

Color Harmonies of #80CD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD04

Black with #80CD04

Text Example


Text Example

White with #80CD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,205,4); }

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

background-color css

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

 a { background-color: rgb(128,205,4); }

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

border-color css

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

 span { border-color: rgb(128,205,4); }

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