Html Css Color HEX #7FC290 Bay Leaf

📋 copy color: '#7FC290'

red 127 ◦ green 194 ◦ blue 144

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

Shades of Bay Leaf #7FC290

Tints of Bay Leaf #7FC290

RGB

 RED value IS 127 (50% from 255) = 27.31%

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

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 27.31%
G = 41.72%
B = 30.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#7FC290 (or 0x7FC290) is known color: Bay Leaf. HEX triplet: 7F, C2 and 90. RGB value is (127,194,144). Sum of RGB (Red+Green+Blue) = 127+194+144=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC290 is #803D6F. Grayscale: #A8A8A8. Windows color (decimal): -8404336 or 9486975. OLE color: 9486975.

HSL color Cylindrical-coordinate representation of color #7FC290: hue angle of 135.22º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC290 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 194 144 -
CMYK 0.35 0 0.26 0.24
HSL 135.22º 0.35% 0.63% -
HSV(B) 135.22º 0.35% 0.76% -
XYZ 33.08 45.11 33.35 -
YUV 168.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 127 194 144 0.35 0 0.26 0.24 135.22 0.35 0.63
Hex 7F C2 90 23 0 1A 18 87 23 3F
Octal 177 302 220 43 0 32 30 207 43 77
Binary 1111111 11000010 10010000 100011 0 11010 11000 10000111 100011 111111

Color Harmonies of #7FC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC290

Black with #7FC290

Text Example


Text Example

White with #7FC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FC290; }

 p { color: rgb(127,194,144); }

 H1.HeaderClassName
 {
   color: #7FC290;
 }
 .AnyTagClassName
 {
   color: #7FC290;
 }
</style>

background-color css

<style>
 a { background-color: #7FC290; }

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

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

border-color css

<style>
 span { border-color: #7FC290; }

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

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