Html Css Color HEX #74BF8D Bay Leaf

📋 copy color: '#74BF8D'

red 116 ◦ green 191 ◦ blue 141

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

Shades of Bay Leaf #74BF8D

Tints of Bay Leaf #74BF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 25.89%
G = 42.63%
B = 31.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#74BF8D (or 0x74BF8D) is known color: Bay Leaf. HEX triplet: 74, BF and 8D. RGB value is (116,191,141). Sum of RGB (Red+Green+Blue) = 116+191+141=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF8D is #8B4072. Grayscale: #A3A3A3. Windows color (decimal): -9126003 or 9289588. OLE color: 9289588.

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

Color convert

RGB 116 191 141 -
CMYK 0.39 0 0.26 0.25
HSL 140º 0.37% 0.6% -
HSV(B) 140º 0.39% 0.75% -
XYZ 30.64 42.9 31.86 -
YUV 162.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 116 191 141 0.39 0 0.26 0.25 140 0.37 0.6
Hex 74 BF 8D 27 0 1A 19 8C 25 3C
Octal 164 277 215 47 0 32 31 214 45 74
Binary 1110100 10111111 10001101 100111 0 11010 11001 10001100 100101 111100

Color Harmonies of #74BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF8D

Black with #74BF8D

Text Example


Text Example

White with #74BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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