Html Css Color HEX #75F16B Screamin' Green

📋 copy color: '#75F16B'

red 117 ◦ green 241 ◦ blue 107

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

Shades of Screamin' Green #75F16B

Tints of Screamin' Green #75F16B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.83%

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 25.16%
G = 51.83%
B = 23.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#75F16B (or 0x75F16B) is known color: Screamin' Green. HEX triplet: 75, F1 and 6B. RGB value is (117,241,107). Sum of RGB (Red+Green+Blue) = 117+241+107=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #75F16B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F16B is #8A0E94. Grayscale: #BDBDBD. Windows color (decimal): -9047701 or 7074165. OLE color: 7074165.

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

Color convert

RGB 117 241 107 -
CMYK 0.51 0 0.56 0.05
HSL 115.52º 0.83% 0.68% -
HSV(B) 115.52º 0.56% 0.95% -
XYZ 41.45 67.75 24.8 -
YUV 188.65 81.92 76.9 -
System Red Green Blue C M Y K H S L
Decimal 117 241 107 0.51 0 0.56 0.05 115.52 0.83 0.68
Hex 75 F1 6B 33 0 38 5 74 53 44
Octal 165 361 153 63 0 70 5 164 123 104
Binary 1110101 11110001 1101011 110011 0 111000 101 1110100 1010011 1000100

Color Harmonies of #75F16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F16B

Black with #75F16B

Text Example


Text Example

White with #75F16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,241,107); }

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

background-color css

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

 a { background-color: rgb(117,241,107); }

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

border-color css

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

 span { border-color: rgb(117,241,107); }

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