Html Css Color HEX #75FF3A Screamin' Green

📋 copy color: '#75FF3A'

red 117 ◦ green 255 ◦ blue 58

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

Shades of Screamin' Green #75FF3A

Tints of Screamin' Green #75FF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.49%

R = 27.21%
G = 59.3%
B = 13.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#75FF3A (or 0x75FF3A) is known color: Screamin' Green. HEX triplet: 75, FF and 3A. RGB value is (117,255,58). Sum of RGB (Red+Green+Blue) = 117+255+58=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF3A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FF3A is #8A00C5. Grayscale: #BFBFBF. Windows color (decimal): -9044166 or 3866485. OLE color: 3866485.

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

Color convert

RGB 117 255 58 -
CMYK 0.54 0 0.77 0
HSL 102.03º 1% 0.61% -
HSV(B) 102.03º 0.77% 1% -
XYZ 43.86 75.61 16.29 -
YUV 191.28 52.78 75.02 -
System Red Green Blue C M Y K H S L
Decimal 117 255 58 0.54 0 0.77 0 102.03 1 0.61
Hex 75 FF 3A 36 0 4D 0 66 64 3D
Octal 165 377 72 66 0 115 0 146 144 75
Binary 1110101 11111111 111010 110110 0 1001101 0 1100110 1100100 111101

Color Harmonies of #75FF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FF3A

Black with #75FF3A

Text Example


Text Example

White with #75FF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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