Html Css Color HEX #80CE02 Citrus

📋 copy color: '#80CE02'

red 128 ◦ green 206 ◦ blue 2

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

Shades of Citrus #80CE02

Tints of Citrus #80CE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.31%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 38.1%
G = 61.31%
B = 0.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#80CE02 (or 0x80CE02) is known color: Citrus. HEX triplet: 80, CE and 02. RGB value is (128,206,2). Sum of RGB (Red+Green+Blue) = 128+206+2=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE02 is #7F31FD. Grayscale: #A0A0A0. Windows color (decimal): -8335870 or 183936. OLE color: 183936.

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

Color convert

RGB 128 206 2 -
CMYK 0.38 0 0.99 0.19
HSL 82.94º 0.98% 0.41% -
HSV(B) 82.94º 0.99% 0.81% -
XYZ 30.98 48.74 7.83 -
YUV 159.42 39.16 105.59 -
System Red Green Blue C M Y K H S L
Decimal 128 206 2 0.38 0 0.99 0.19 82.94 0.98 0.41
Hex 80 CE 2 26 0 63 13 53 62 29
Octal 200 316 2 46 0 143 23 123 142 51
Binary 10000000 11001110 10 100110 0 1100011 10011 1010011 1100010 101001

Color Harmonies of #80CE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE02

Black with #80CE02

Text Example


Text Example

White with #80CE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,2); }

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

background-color css

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

 a { background-color: rgb(128,206,2); }

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

border-color css

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

 span { border-color: rgb(128,206,2); }

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