Html Css Color HEX #75C372 Fern

📋 copy color: '#75C372'

red 117 ◦ green 195 ◦ blue 114

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

Shades of Fern #75C372

Tints of Fern #75C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.77%

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

R = 27.46%
G = 45.77%
B = 26.76%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#75C372 (or 0x75C372) is known color: Fern. HEX triplet: 75, C3 and 72. RGB value is (117,195,114). Sum of RGB (Red+Green+Blue) = 117+195+114=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #75C372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C372 is #8A3C8D. Grayscale: #A2A2A2. Windows color (decimal): -9059470 or 7521141. OLE color: 7521141.

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

Color convert

RGB 117 195 114 -
CMYK 0.4 0 0.42 0.24
HSL 117.78º 0.4% 0.61% -
HSV(B) 117.78º 0.42% 0.76% -
XYZ 29.89 44.03 22.84 -
YUV 162.44 100.66 95.59 -
System Red Green Blue C M Y K H S L
Decimal 117 195 114 0.4 0 0.42 0.24 117.78 0.4 0.61
Hex 75 C3 72 28 0 2A 18 76 28 3D
Octal 165 303 162 50 0 52 30 166 50 75
Binary 1110101 11000011 1110010 101000 0 101010 11000 1110110 101000 111101

Color Harmonies of #75C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C372

Black with #75C372

Text Example


Text Example

White with #75C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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