Html Css Color HEX #7CC18D Bay Leaf

📋 copy color: '#7CC18D'

red 124 ◦ green 193 ◦ blue 141

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

Shades of Bay Leaf #7CC18D

Tints of Bay Leaf #7CC18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.14%

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

R = 27.07%
G = 42.14%
B = 30.79%

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

#7CC18D (or 0x7CC18D) is known color: Bay Leaf. HEX triplet: 7C, C1 and 8D. RGB value is (124,193,141). Sum of RGB (Red+Green+Blue) = 124+193+141=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC18D is #833E72. Grayscale: #A6A6A6. Windows color (decimal): -8601203 or 9290108. OLE color: 9290108.

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

Color convert

RGB 124 193 141 -
CMYK 0.36 0 0.27 0.24
HSL 134.78º 0.36% 0.62% -
HSV(B) 134.78º 0.36% 0.76% -
XYZ 32.19 44.35 32.06 -
YUV 166.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 124 193 141 0.36 0 0.27 0.24 134.78 0.36 0.62
Hex 7C C1 8D 24 0 1B 18 87 24 3E
Octal 174 301 215 44 0 33 30 207 44 76
Binary 1111100 11000001 10001101 100100 0 11011 11000 10000111 100100 111110

Color Harmonies of #7CC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC18D

Black with #7CC18D

Text Example


Text Example

White with #7CC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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