Html Css Color HEX #74C375 Fern

📋 copy color: '#74C375'

red 116 ◦ green 195 ◦ blue 117

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

Shades of Fern #74C375

Tints of Fern #74C375

RGB

 RED value IS 116 (45.7% from 255) = 27.1%

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

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

R = 27.1%
G = 45.56%
B = 27.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#74C375 (or 0x74C375) is known color: Fern. HEX triplet: 74, C3 and 75. RGB value is (116,195,117). Sum of RGB (Red+Green+Blue) = 116+195+117=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #74C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C375 is #8B3C8A. Grayscale: #A2A2A2. Windows color (decimal): -9125003 or 7717748. OLE color: 7717748.

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

Color convert

RGB 116 195 117 -
CMYK 0.41 0 0.4 0.24
HSL 120.76º 0.4% 0.61% -
HSV(B) 120.76º 0.41% 0.76% -
XYZ 29.93 44.03 23.75 -
YUV 162.49 102.33 94.84 -
System Red Green Blue C M Y K H S L
Decimal 116 195 117 0.41 0 0.4 0.24 120.76 0.4 0.61
Hex 74 C3 75 29 0 28 18 79 28 3D
Octal 164 303 165 51 0 50 30 171 50 75
Binary 1110100 11000011 1110101 101001 0 101000 11000 1111001 101000 111101

Color Harmonies of #74C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C375

Black with #74C375

Text Example


Text Example

White with #74C375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C375; }

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

 H1.HeaderClassName
 {
   color: #74C375;
 }
 .AnyTagClassName
 {
   color: #74C375;
 }
</style>

background-color css

<style>
 a { background-color: #74C375; }

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

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

border-color css

<style>
 span { border-color: #74C375; }

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

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