Html Css Color HEX #74BF85 Bay Leaf

📋 copy color: '#74BF85'

red 116 ◦ green 191 ◦ blue 133

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

Shades of Bay Leaf #74BF85

Tints of Bay Leaf #74BF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 26.36%
G = 43.41%
B = 30.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#74BF85 (or 0x74BF85) is known color: Bay Leaf. HEX triplet: 74, BF and 85. RGB value is (116,191,133). Sum of RGB (Red+Green+Blue) = 116+191+133=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF85 is #8B407A. Grayscale: #A2A2A2. Windows color (decimal): -9126011 or 8765300. OLE color: 8765300.

HSL color Cylindrical-coordinate representation of color #74BF85: hue angle of 133.6º 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 #74BF85 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 191 133 -
CMYK 0.39 0 0.30 0.25
HSL 133.6º 0.37% 0.6% -
HSV(B) 133.6º 0.39% 0.75% -
XYZ 30.07 42.67 28.84 -
YUV 161.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 116 191 133 0.39 0 0.30 0.25 133.6 0.37 0.6
Hex 74 BF 85 27 0 1E 19 86 25 3C
Octal 164 277 205 47 0 36 31 206 45 74
Binary 1110100 10111111 10000101 100111 0 11110 11001 10000110 100101 111100

Color Harmonies of #74BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF85

Black with #74BF85

Text Example


Text Example

White with #74BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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