Html Css Color HEX #7CC290 Bay Leaf

📋 copy color: '#7CC290'

red 124 ◦ green 194 ◦ blue 144

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

Shades of Bay Leaf #7CC290

Tints of Bay Leaf #7CC290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 26.84%
G = 41.99%
B = 31.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#7CC290 (or 0x7CC290) is known color: Bay Leaf. HEX triplet: 7C, C2 and 90. RGB value is (124,194,144). Sum of RGB (Red+Green+Blue) = 124+194+144=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC290 is #833D6F. Grayscale: #A7A7A7. Windows color (decimal): -8600944 or 9486972. OLE color: 9486972.

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

Color convert

RGB 124 194 144 -
CMYK 0.36 0 0.26 0.24
HSL 137.14º 0.36% 0.62% -
HSV(B) 137.14º 0.36% 0.76% -
XYZ 32.64 44.88 33.33 -
YUV 167.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 124 194 144 0.36 0 0.26 0.24 137.14 0.36 0.62
Hex 7C C2 90 24 0 1A 18 89 24 3E
Octal 174 302 220 44 0 32 30 211 44 76
Binary 1111100 11000010 10010000 100100 0 11010 11000 10001001 100100 111110

Color Harmonies of #7CC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC290

Black with #7CC290

Text Example


Text Example

White with #7CC290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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