Html Css Color HEX #75C275 Fern

📋 copy color: '#75C275'

red 117 ◦ green 194 ◦ blue 117

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

Shades of Fern #75C275

Tints of Fern #75C275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.34%

R = 27.34%
G = 45.33%
B = 27.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#75C275 (or 0x75C275) is known color: Fern. HEX triplet: 75, C2 and 75. RGB value is (117,194,117). Sum of RGB (Red+Green+Blue) = 117+194+117=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #75C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C275 is #8A3D8A. Grayscale: #A2A2A2. Windows color (decimal): -9059723 or 7717493. OLE color: 7717493.

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

Color convert

RGB 117 194 117 -
CMYK 0.40 0 0.40 0.24
HSL 120º 0.39% 0.61% -
HSV(B) 120º 0.4% 0.76% -
XYZ 29.84 43.65 23.68 -
YUV 162.2 102.49 95.76 -
System Red Green Blue C M Y K H S L
Decimal 117 194 117 0.40 0 0.40 0.24 120 0.39 0.61
Hex 75 C2 75 28 0 28 18 78 27 3D
Octal 165 302 165 50 0 50 30 170 47 75
Binary 1110101 11000010 1110101 101000 0 101000 11000 1111000 100111 111101

Color Harmonies of #75C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C275

Black with #75C275

Text Example


Text Example

White with #75C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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