Html Css Color HEX #80FD30 Green Yellow

📋 copy color: '#80FD30'

red 128 ◦ green 253 ◦ blue 48

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

Shades of Green Yellow #80FD30

Tints of Green Yellow #80FD30

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.97%

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 29.84%
G = 58.97%
B = 11.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#80FD30 (or 0x80FD30) is known color: Green Yellow. HEX triplet: 80, FD and 30. RGB value is (128,253,48). Sum of RGB (Red+Green+Blue) = 128+253+48=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 253 (99.22% from 255 or 58.97% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FD30 is #7F02CF. Grayscale: #C0C0C0. Windows color (decimal): -8323792 or 3210624. OLE color: 3210624.

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

Color convert

RGB 128 253 48 -
CMYK 0.49 0 0.81 0.01
HSL 96.59º 0.98% 0.59% -
HSV(B) 96.59º 0.81% 0.99% -
XYZ 44.56 75.05 14.93 -
YUV 192.26 46.59 82.17 -
System Red Green Blue C M Y K H S L
Decimal 128 253 48 0.49 0 0.81 0.01 96.59 0.98 0.59
Hex 80 FD 30 31 0 51 1 61 62 3B
Octal 200 375 60 61 0 121 1 141 142 73
Binary 10000000 11111101 110000 110001 0 1010001 1 1100001 1100010 111011

Color Harmonies of #80FD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD30

Black with #80FD30

Text Example


Text Example

White with #80FD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,253,48); }

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

background-color css

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

 a { background-color: rgb(128,253,48); }

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

border-color css

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

 span { border-color: rgb(128,253,48); }

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