Html Css Color HEX #74BF6F Fern

📋 copy color: '#74BF6F'

red 116 ◦ green 191 ◦ blue 111

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

Shades of Fern #74BF6F

Tints of Fern #74BF6F

RGB

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

 GREEN value IS 191 (75% from 255) = 45.69%

 BLUE value IS 111 (43.75% from 255) = 26.56%

R = 27.75%
G = 45.69%
B = 26.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#74BF6F (or 0x74BF6F) is known color: Fern. HEX triplet: 74, BF and 6F. RGB value is (116,191,111). Sum of RGB (Red+Green+Blue) = 116+191+111=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF6F is #8B4090. Grayscale: #9F9F9F. Windows color (decimal): -9126033 or 7323508. OLE color: 7323508.

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

Color convert

RGB 116 191 111 -
CMYK 0.39 0 0.42 0.25
HSL 116.25º 0.38% 0.59% -
HSV(B) 116.25º 0.42% 0.75% -
XYZ 28.7 42.12 21.66 -
YUV 159.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 116 191 111 0.39 0 0.42 0.25 116.25 0.38 0.59
Hex 74 BF 6F 27 0 2A 19 74 26 3B
Octal 164 277 157 47 0 52 31 164 46 73
Binary 1110100 10111111 1101111 100111 0 101010 11001 1110100 100110 111011

Color Harmonies of #74BF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF6F

Black with #74BF6F

Text Example


Text Example

White with #74BF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,191,111); }

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

background-color css

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

 a { background-color: rgb(116,191,111); }

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

border-color css

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

 span { border-color: rgb(116,191,111); }

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