Html Css Color HEX #7FC28E Bay Leaf

📋 copy color: '#7FC28E'

red 127 ◦ green 194 ◦ blue 142

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

Shades of Bay Leaf #7FC28E

Tints of Bay Leaf #7FC28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.67%

R = 27.43%
G = 41.9%
B = 30.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#7FC28E (or 0x7FC28E) is known color: Bay Leaf. HEX triplet: 7F, C2 and 8E. RGB value is (127,194,142). Sum of RGB (Red+Green+Blue) = 127+194+142=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC28E is #803D71. Grayscale: #A8A8A8. Windows color (decimal): -8404338 or 9355903. OLE color: 9355903.

HSL color Cylindrical-coordinate representation of color #7FC28E: hue angle of 133.43º 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 #7FC28E is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 194 142 -
CMYK 0.35 0 0.27 0.24
HSL 133.43º 0.35% 0.63% -
HSV(B) 133.43º 0.35% 0.76% -
XYZ 32.93 45.05 32.55 -
YUV 168.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 127 194 142 0.35 0 0.27 0.24 133.43 0.35 0.63
Hex 7F C2 8E 23 0 1B 18 85 23 3F
Octal 177 302 216 43 0 33 30 205 43 77
Binary 1111111 11000010 10001110 100011 0 11011 11000 10000101 100011 111111

Color Harmonies of #7FC28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC28E

Black with #7FC28E

Text Example


Text Example

White with #7FC28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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