Html Css Color HEX #80F330 Green Yellow

📋 copy color: '#80F330'

red 128 ◦ green 243 ◦ blue 48

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

Shades of Green Yellow #80F330

Tints of Green Yellow #80F330

RGB

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

 GREEN value IS 243 (95.31% from 255) = 58%

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

R = 30.55%
G = 58%
B = 11.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#80F330 (or 0x80F330) is known color: Green Yellow. HEX triplet: 80, F3 and 30. RGB value is (128,243,48). Sum of RGB (Red+Green+Blue) = 128+243+48=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #80F330 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F330 is #7F0CCF. Grayscale: #BBBBBB. Windows color (decimal): -8326352 or 3208064. OLE color: 3208064.

HSL color Cylindrical-coordinate representation of color #80F330: hue angle of 95.38º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80F330 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 243 48 -
CMYK 0.47 0 0.80 0.05
HSL 95.38º 0.89% 0.57% -
HSV(B) 95.38º 0.8% 0.95% -
XYZ 41.49 68.9 13.91 -
YUV 186.39 49.9 86.36 -
System Red Green Blue C M Y K H S L
Decimal 128 243 48 0.47 0 0.80 0.05 95.38 0.89 0.57
Hex 80 F3 30 2F 0 50 5 5F 59 39
Octal 200 363 60 57 0 120 5 137 131 71
Binary 10000000 11110011 110000 101111 0 1010000 101 1011111 1011001 111001

Color Harmonies of #80F330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F330

Black with #80F330

Text Example


Text Example

White with #80F330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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