Html Css Color HEX #80CF05 Citrus

📋 copy color: '#80CF05'

red 128 ◦ green 207 ◦ blue 5

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

Shades of Citrus #80CF05

Tints of Citrus #80CF05

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.88%

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 37.65%
G = 60.88%
B = 1.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#80CF05 (or 0x80CF05) is known color: Citrus. HEX triplet: 80, CF and 05. RGB value is (128,207,5). Sum of RGB (Red+Green+Blue) = 128+207+5=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CF05 is #7F30FA. Grayscale: #A1A1A1. Windows color (decimal): -8335611 or 380800. OLE color: 380800.

HSL color Cylindrical-coordinate representation of color #80CF05: hue angle of 83.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80CF05 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 207 5 -
CMYK 0.38 0 0.98 0.19
HSL 83.47º 0.95% 0.42% -
HSV(B) 83.47º 0.98% 0.81% -
XYZ 31.24 49.23 8 -
YUV 160.35 40.33 104.93 -
System Red Green Blue C M Y K H S L
Decimal 128 207 5 0.38 0 0.98 0.19 83.47 0.95 0.42
Hex 80 CF 5 26 0 62 13 53 5F 2A
Octal 200 317 5 46 0 142 23 123 137 52
Binary 10000000 11001111 101 100110 0 1100010 10011 1010011 1011111 101010

Color Harmonies of #80CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF05

Black with #80CF05

Text Example


Text Example

White with #80CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,207,5); }

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

background-color css

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

 a { background-color: rgb(128,207,5); }

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

border-color css

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

 span { border-color: rgb(128,207,5); }

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