Html Css Color HEX #7CC38D Bay Leaf

📋 copy color: '#7CC38D'

red 124 ◦ green 195 ◦ blue 141

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

Shades of Bay Leaf #7CC38D

Tints of Bay Leaf #7CC38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.39%

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

R = 26.96%
G = 42.39%
B = 30.65%

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

#7CC38D (or 0x7CC38D) is known color: Bay Leaf. HEX triplet: 7C, C3 and 8D. RGB value is (124,195,141). Sum of RGB (Red+Green+Blue) = 124+195+141=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC38D is #833C72. Grayscale: #A7A7A7. Windows color (decimal): -8600691 or 9290620. OLE color: 9290620.

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

Color convert

RGB 124 195 141 -
CMYK 0.36 0 0.28 0.24
HSL 134.37º 0.37% 0.63% -
HSV(B) 134.37º 0.36% 0.76% -
XYZ 32.64 45.24 32.21 -
YUV 167.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 124 195 141 0.36 0 0.28 0.24 134.37 0.37 0.63
Hex 7C C3 8D 24 0 1C 18 86 25 3F
Octal 174 303 215 44 0 34 30 206 45 77
Binary 1111100 11000011 10001101 100100 0 11100 11000 10000110 100101 111111

Color Harmonies of #7CC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC38D

Black with #7CC38D

Text Example


Text Example

White with #7CC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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