Html Css Color HEX #7CC28B Bay Leaf

📋 copy color: '#7CC28B'

red 124 ◦ green 194 ◦ blue 139

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

Shades of Bay Leaf #7CC28B

Tints of Bay Leaf #7CC28B

RGB

 RED value IS 124 (48.83% from 255) = 27.13%

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

 BLUE value IS 139 (54.69% from 255) = 30.42%

R = 27.13%
G = 42.45%
B = 30.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#7CC28B (or 0x7CC28B) is known color: Bay Leaf. HEX triplet: 7C, C2 and 8B. RGB value is (124,194,139). Sum of RGB (Red+Green+Blue) = 124+194+139=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC28B is #833D74. Grayscale: #A6A6A6. Windows color (decimal): -8600949 or 9159292. OLE color: 9159292.

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

Color convert

RGB 124 194 139 -
CMYK 0.36 0 0.28 0.24
HSL 132.86º 0.36% 0.62% -
HSV(B) 132.86º 0.36% 0.76% -
XYZ 32.26 44.73 31.36 -
YUV 166.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 124 194 139 0.36 0 0.28 0.24 132.86 0.36 0.62
Hex 7C C2 8B 24 0 1C 18 85 24 3E
Octal 174 302 213 44 0 34 30 205 44 76
Binary 1111100 11000010 10001011 100100 0 11100 11000 10000101 100100 111110

Color Harmonies of #7CC28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC28B

Black with #7CC28B

Text Example


Text Example

White with #7CC28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,194,139); }

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

background-color css

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

 a { background-color: rgb(124,194,139); }

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

border-color css

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

 span { border-color: rgb(124,194,139); }

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