Html Css Color HEX #75F270 Screamin' Green

📋 copy color: '#75F270'

red 117 ◦ green 242 ◦ blue 112

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

Shades of Screamin' Green #75F270

Tints of Screamin' Green #75F270

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.38%

 BLUE value IS 112 (44.14% from 255) = 23.78%

R = 24.84%
G = 51.38%
B = 23.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#75F270 (or 0x75F270) is known color: Screamin' Green. HEX triplet: 75, F2 and 70. RGB value is (117,242,112). Sum of RGB (Red+Green+Blue) = 117+242+112=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #75F270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F270 is #8A0D8F. Grayscale: #BEBEBE. Windows color (decimal): -9047440 or 7402101. OLE color: 7402101.

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

Color convert

RGB 117 242 112 -
CMYK 0.52 0 0.54 0.05
HSL 117.69º 0.83% 0.69% -
HSV(B) 117.69º 0.54% 0.95% -
XYZ 42.01 68.46 26.33 -
YUV 189.81 84.09 76.07 -
System Red Green Blue C M Y K H S L
Decimal 117 242 112 0.52 0 0.54 0.05 117.69 0.83 0.69
Hex 75 F2 70 34 0 36 5 76 53 45
Octal 165 362 160 64 0 66 5 166 123 105
Binary 1110101 11110010 1110000 110100 0 110110 101 1110110 1010011 1000101

Color Harmonies of #75F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F270

Black with #75F270

Text Example


Text Example

White with #75F270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,242,112); }

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

background-color css

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

 a { background-color: rgb(117,242,112); }

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

border-color css

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

 span { border-color: rgb(117,242,112); }

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