Html Css Color HEX #7CC28C Bay Leaf

📋 copy color: '#7CC28C'

red 124 ◦ green 194 ◦ blue 140

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

Shades of Bay Leaf #7CC28C

Tints of Bay Leaf #7CC28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 27.07%
G = 42.36%
B = 30.57%

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

#7CC28C (or 0x7CC28C) is known color: Bay Leaf. HEX triplet: 7C, C2 and 8C. RGB value is (124,194,140). Sum of RGB (Red+Green+Blue) = 124+194+140=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC28C is #833D73. Grayscale: #A7A7A7. Windows color (decimal): -8600948 or 9224828. OLE color: 9224828.

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

Color convert

RGB 124 194 140 -
CMYK 0.36 0 0.28 0.24
HSL 133.71º 0.36% 0.62% -
HSV(B) 133.71º 0.36% 0.76% -
XYZ 32.34 44.76 31.75 -
YUV 166.91 112.81 97.39 -
System Red Green Blue C M Y K H S L
Decimal 124 194 140 0.36 0 0.28 0.24 133.71 0.36 0.62
Hex 7C C2 8C 24 0 1C 18 86 24 3E
Octal 174 302 214 44 0 34 30 206 44 76
Binary 1111100 11000010 10001100 100100 0 11100 11000 10000110 100100 111110

Color Harmonies of #7CC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC28C

Black with #7CC28C

Text Example


Text Example

White with #7CC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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