Html Css Color HEX #75FF41 Screamin' Green

📋 copy color: '#75FF41'

red 117 ◦ green 255 ◦ blue 65

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

Shades of Screamin' Green #75FF41

Tints of Screamin' Green #75FF41

RGB

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

 GREEN value IS 255 (100% from 255) = 58.35%

 BLUE value IS 65 (25.78% from 255) = 14.87%

R = 26.77%
G = 58.35%
B = 14.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#75FF41 (or 0x75FF41) is known color: Screamin' Green. HEX triplet: 75, FF and 41. RGB value is (117,255,65). Sum of RGB (Red+Green+Blue) = 117+255+65=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FF41 is #8A00BE. Grayscale: #C0C0C0. Windows color (decimal): -9044159 or 4325237. OLE color: 4325237.

HSL color Cylindrical-coordinate representation of color #75FF41: hue angle of 103.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75FF41 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 65 -
CMYK 0.54 0 0.75 0
HSL 103.58º 1% 0.63% -
HSV(B) 103.58º 0.75% 1% -
XYZ 44.05 75.68 17.29 -
YUV 192.08 56.28 74.45 -
System Red Green Blue C M Y K H S L
Decimal 117 255 65 0.54 0 0.75 0 103.58 1 0.63
Hex 75 FF 41 36 0 4B 0 68 64 3F
Octal 165 377 101 66 0 113 0 150 144 77
Binary 1110101 11111111 1000001 110110 0 1001011 0 1101000 1100100 111111

Color Harmonies of #75FF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FF41

Black with #75FF41

Text Example


Text Example

White with #75FF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,255,65); }

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

background-color css

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

 a { background-color: rgb(117,255,65); }

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

border-color css

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

 span { border-color: rgb(117,255,65); }

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