Html Css Color HEX #75C272 Fern

📋 copy color: '#75C272'

red 117 ◦ green 194 ◦ blue 114

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

Shades of Fern #75C272

Tints of Fern #75C272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.65%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 27.53%
G = 45.65%
B = 26.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#75C272 (or 0x75C272) is known color: Fern. HEX triplet: 75, C2 and 72. RGB value is (117,194,114). Sum of RGB (Red+Green+Blue) = 117+194+114=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #75C272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C272 is #8A3D8D. Grayscale: #A2A2A2. Windows color (decimal): -9059726 or 7520885. OLE color: 7520885.

HSL color Cylindrical-coordinate representation of color #75C272: hue angle of 117.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C272 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 114 -
CMYK 0.40 0 0.41 0.24
HSL 117.75º 0.4% 0.6% -
HSV(B) 117.75º 0.41% 0.76% -
XYZ 29.67 43.58 22.77 -
YUV 161.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 117 194 114 0.40 0 0.41 0.24 117.75 0.4 0.6
Hex 75 C2 72 28 0 29 18 76 28 3C
Octal 165 302 162 50 0 51 30 166 50 74
Binary 1110101 11000010 1110010 101000 0 101001 11000 1110110 101000 111100

Color Harmonies of #75C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C272

Black with #75C272

Text Example


Text Example

White with #75C272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,114); }

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

background-color css

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

 a { background-color: rgb(117,194,114); }

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

border-color css

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

 span { border-color: rgb(117,194,114); }

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