Html Css Color HEX #75FA80 Screamin' Green

📋 copy color: '#75FA80'

red 117 ◦ green 250 ◦ blue 128

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

Shades of Screamin' Green #75FA80

Tints of Screamin' Green #75FA80

RGB

 RED value IS 117 (46.09% from 255) = 23.64%

 GREEN value IS 250 (98.05% from 255) = 50.51%

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 23.64%
G = 50.51%
B = 25.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#75FA80 (or 0x75FA80) is known color: Screamin' Green. HEX triplet: 75, FA and 80. RGB value is (117,250,128). Sum of RGB (Red+Green+Blue) = 117+250+128=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FA80 is #8A057F. Grayscale: #C4C4C4. Windows color (decimal): -9045376 or 8452725. OLE color: 8452725.

HSL color Cylindrical-coordinate representation of color #75FA80: hue angle of 124.96º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FA80 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 250 128 -
CMYK 0.53 0 0.49 0.02
HSL 124.96º 0.93% 0.72% -
HSV(B) 124.96º 0.53% 0.98% -
XYZ 45.42 73.71 32.26 -
YUV 196.33 89.44 71.42 -
System Red Green Blue C M Y K H S L
Decimal 117 250 128 0.53 0 0.49 0.02 124.96 0.93 0.72
Hex 75 FA 80 35 0 31 2 7D 5D 48
Octal 165 372 200 65 0 61 2 175 135 110
Binary 1110101 11111010 10000000 110101 0 110001 10 1111101 1011101 1001000

Color Harmonies of #75FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FA80

Black with #75FA80

Text Example


Text Example

White with #75FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75FA80; }

 p { color: rgb(117,250,128); }

 H1.HeaderClassName
 {
   color: #75FA80;
 }
 .AnyTagClassName
 {
   color: #75FA80;
 }
</style>

background-color css

<style>
 a { background-color: #75FA80; }

 a { background-color: rgb(117,250,128); }

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

border-color css

<style>
 span { border-color: #75FA80; }

 span { border-color: rgb(117,250,128); }

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