Html Css Color HEX #7DC28C Bay Leaf

📋 copy color: '#7DC28C'

red 125 ◦ green 194 ◦ blue 140

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

Shades of Bay Leaf #7DC28C

Tints of Bay Leaf #7DC28C

RGB

 RED value IS 125 (49.22% from 255) = 27.23%

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

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

R = 27.23%
G = 42.27%
B = 30.5%

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

#7DC28C (or 0x7DC28C) is known color: Bay Leaf. HEX triplet: 7D, C2 and 8C. RGB value is (125,194,140). Sum of RGB (Red+Green+Blue) = 125+194+140=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC28C is #823D73. Grayscale: #A7A7A7. Windows color (decimal): -8535412 or 9224829. OLE color: 9224829.

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

Color convert

RGB 125 194 140 -
CMYK 0.36 0 0.28 0.24
HSL 133.04º 0.36% 0.63% -
HSV(B) 133.04º 0.36% 0.76% -
XYZ 32.48 44.84 31.75 -
YUV 167.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 125 194 140 0.36 0 0.28 0.24 133.04 0.36 0.63
Hex 7D C2 8C 24 0 1C 18 85 24 3F
Octal 175 302 214 44 0 34 30 205 44 77
Binary 1111101 11000010 10001100 100100 0 11100 11000 10000101 100100 111111

Color Harmonies of #7DC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC28C

Black with #7DC28C

Text Example


Text Example

White with #7DC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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