Html Css Color HEX #75BE70 Fern

📋 copy color: '#75BE70'

red 117 ◦ green 190 ◦ blue 112

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

Shades of Fern #75BE70

Tints of Fern #75BE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

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

R = 27.92%
G = 45.35%
B = 26.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#75BE70 (or 0x75BE70) is known color: Fern. HEX triplet: 75, BE and 70. RGB value is (117,190,112). Sum of RGB (Red+Green+Blue) = 117+190+112=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE70 is #8A418F. Grayscale: #9F9F9F. Windows color (decimal): -9060752 or 7388789. OLE color: 7388789.

HSL color Cylindrical-coordinate representation of color #75BE70: hue angle of 116.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75BE70 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 112 -
CMYK 0.38 0 0.41 0.25
HSL 116.15º 0.38% 0.59% -
HSV(B) 116.15º 0.41% 0.75% -
XYZ 28.67 41.78 21.88 -
YUV 159.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 117 190 112 0.38 0 0.41 0.25 116.15 0.38 0.59
Hex 75 BE 70 26 0 29 19 74 26 3B
Octal 165 276 160 46 0 51 31 164 46 73
Binary 1110101 10111110 1110000 100110 0 101001 11001 1110100 100110 111011

Color Harmonies of #75BE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE70

Black with #75BE70

Text Example


Text Example

White with #75BE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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