Html Css Color HEX #7CC38F Bay Leaf

📋 copy color: '#7CC38F'

red 124 ◦ green 195 ◦ blue 143

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

Shades of Bay Leaf #7CC38F

Tints of Bay Leaf #7CC38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.95%

R = 26.84%
G = 42.21%
B = 30.95%

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

#7CC38F (or 0x7CC38F) is known color: Bay Leaf. HEX triplet: 7C, C3 and 8F. RGB value is (124,195,143). Sum of RGB (Red+Green+Blue) = 124+195+143=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC38F is #833C70. Grayscale: #A7A7A7. Windows color (decimal): -8600689 or 9421692. OLE color: 9421692.

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

Color convert

RGB 124 195 143 -
CMYK 0.36 0 0.27 0.24
HSL 136.06º 0.37% 0.63% -
HSV(B) 136.06º 0.36% 0.76% -
XYZ 32.79 45.3 33 -
YUV 167.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 124 195 143 0.36 0 0.27 0.24 136.06 0.37 0.63
Hex 7C C3 8F 24 0 1B 18 88 25 3F
Octal 174 303 217 44 0 33 30 210 45 77
Binary 1111100 11000011 10001111 100100 0 11011 11000 10001000 100101 111111

Color Harmonies of #7CC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC38F

Black with #7CC38F

Text Example


Text Example

White with #7CC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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