Html Css Color HEX #7CC28D Bay Leaf

📋 copy color: '#7CC28D'

red 124 ◦ green 194 ◦ blue 141

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

Shades of Bay Leaf #7CC28D

Tints of Bay Leaf #7CC28D

RGB

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

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

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

R = 27.02%
G = 42.27%
B = 30.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#7CC28D (or 0x7CC28D) is known color: Bay Leaf. HEX triplet: 7C, C2 and 8D. RGB value is (124,194,141). Sum of RGB (Red+Green+Blue) = 124+194+141=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC28D is #833D72. Grayscale: #A7A7A7. Windows color (decimal): -8600947 or 9290364. OLE color: 9290364.

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

Color convert

RGB 124 194 141 -
CMYK 0.36 0 0.27 0.24
HSL 134.57º 0.36% 0.62% -
HSV(B) 134.57º 0.36% 0.76% -
XYZ 32.41 44.79 32.14 -
YUV 167.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 124 194 141 0.36 0 0.27 0.24 134.57 0.36 0.62
Hex 7C C2 8D 24 0 1B 18 87 24 3E
Octal 174 302 215 44 0 33 30 207 44 76
Binary 1111100 11000010 10001101 100100 0 11011 11000 10000111 100100 111110

Color Harmonies of #7CC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC28D

Black with #7CC28D

Text Example


Text Example

White with #7CC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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