Html Css Color HEX #75EF42 Screamin' Green

📋 copy color: '#75EF42'

red 117 ◦ green 239 ◦ blue 66

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

Shades of Screamin' Green #75EF42

Tints of Screamin' Green #75EF42

RGB

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

 GREEN value IS 239 (93.75% from 255) = 56.64%

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 27.73%
G = 56.64%
B = 15.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#75EF42 (or 0x75EF42) is known color: Screamin' Green. HEX triplet: 75, EF and 42. RGB value is (117,239,66). Sum of RGB (Red+Green+Blue) = 117+239+66=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EF42 is #8A10BD. Grayscale: #B7B7B7. Windows color (decimal): -9048254 or 4386677. OLE color: 4386677.

HSL color Cylindrical-coordinate representation of color #75EF42: hue angle of 102.31º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75EF42 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 239 66 -
CMYK 0.51 0 0.72 0.06
HSL 102.31º 0.84% 0.6% -
HSV(B) 102.31º 0.72% 0.94% -
XYZ 39.19 65.91 15.81 -
YUV 182.8 62.08 81.07 -
System Red Green Blue C M Y K H S L
Decimal 117 239 66 0.51 0 0.72 0.06 102.31 0.84 0.6
Hex 75 EF 42 33 0 48 6 66 54 3C
Octal 165 357 102 63 0 110 6 146 124 74
Binary 1110101 11101111 1000010 110011 0 1001000 110 1100110 1010100 111100

Color Harmonies of #75EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EF42

Black with #75EF42

Text Example


Text Example

White with #75EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,239,66); }

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

background-color css

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

 a { background-color: rgb(117,239,66); }

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

border-color css

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

 span { border-color: rgb(117,239,66); }

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