Html Css Color HEX #75F350 Screamin' Green

📋 copy color: '#75F350'

red 117 ◦ green 243 ◦ blue 80

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

Shades of Screamin' Green #75F350

Tints of Screamin' Green #75F350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 26.59%
G = 55.23%
B = 18.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#75F350 (or 0x75F350) is known color: Screamin' Green. HEX triplet: 75, F3 and 50. RGB value is (117,243,80). Sum of RGB (Red+Green+Blue) = 117+243+80=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #75F350 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F350 is #8A0CAF. Grayscale: #BBBBBB. Windows color (decimal): -9047216 or 5305205. OLE color: 5305205.

HSL color Cylindrical-coordinate representation of color #75F350: hue angle of 106.38º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75F350 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 243 80 -
CMYK 0.52 0 0.67 0.05
HSL 106.38º 0.87% 0.63% -
HSV(B) 106.38º 0.67% 0.95% -
XYZ 40.83 68.46 18.65 -
YUV 186.74 67.76 78.25 -
System Red Green Blue C M Y K H S L
Decimal 117 243 80 0.52 0 0.67 0.05 106.38 0.87 0.63
Hex 75 F3 50 34 0 43 5 6A 57 3F
Octal 165 363 120 64 0 103 5 152 127 77
Binary 1110101 11110011 1010000 110100 0 1000011 101 1101010 1010111 111111

Color Harmonies of #75F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F350

Black with #75F350

Text Example


Text Example

White with #75F350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,243,80); }

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

background-color css

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

 a { background-color: rgb(117,243,80); }

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

border-color css

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

 span { border-color: rgb(117,243,80); }

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