Html Css Color HEX #75BC74 Fern

📋 copy color: '#75BC74'

red 117 ◦ green 188 ◦ blue 116

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

Shades of Fern #75BC74

Tints of Fern #75BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

 BLUE value IS 116 (45.7% from 255) = 27.55%

R = 27.79%
G = 44.66%
B = 27.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#75BC74 (or 0x75BC74) is known color: Fern. HEX triplet: 75, BC and 74. RGB value is (117,188,116). Sum of RGB (Red+Green+Blue) = 117+188+116=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC74 is #8A438B. Grayscale: #9E9E9E. Windows color (decimal): -9061260 or 7650421. OLE color: 7650421.

HSL color Cylindrical-coordinate representation of color #75BC74: hue angle of 119.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BC74 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 116 -
CMYK 0.38 0 0.38 0.26
HSL 119.17º 0.35% 0.6% -
HSV(B) 119.17º 0.38% 0.74% -
XYZ 28.47 41.01 22.94 -
YUV 158.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 117 188 116 0.38 0 0.38 0.26 119.17 0.35 0.6
Hex 75 BC 74 26 0 26 1A 77 23 3C
Octal 165 274 164 46 0 46 32 167 43 74
Binary 1110101 10111100 1110100 100110 0 100110 11010 1110111 100011 111100

Color Harmonies of #75BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC74

Black with #75BC74

Text Example


Text Example

White with #75BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,116); }

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

background-color css

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

 a { background-color: rgb(117,188,116); }

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

border-color css

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

 span { border-color: rgb(117,188,116); }

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