Html Css Color HEX #7DC28E Bay Leaf

📋 copy color: '#7DC28E'

red 125 ◦ green 194 ◦ blue 142

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

Shades of Bay Leaf #7DC28E

Tints of Bay Leaf #7DC28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 27.11%
G = 42.08%
B = 30.8%

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

#7DC28E (or 0x7DC28E) is known color: Bay Leaf. HEX triplet: 7D, C2 and 8E. RGB value is (125,194,142). Sum of RGB (Red+Green+Blue) = 125+194+142=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC28E is #823D71. Grayscale: #A7A7A7. Windows color (decimal): -8535410 or 9355901. OLE color: 9355901.

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

Color convert

RGB 125 194 142 -
CMYK 0.36 0 0.27 0.24
HSL 134.78º 0.36% 0.63% -
HSV(B) 134.78º 0.36% 0.76% -
XYZ 32.63 44.9 32.54 -
YUV 167.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 125 194 142 0.36 0 0.27 0.24 134.78 0.36 0.63
Hex 7D C2 8E 24 0 1B 18 87 24 3F
Octal 175 302 216 44 0 33 30 207 44 77
Binary 1111101 11000010 10001110 100100 0 11011 11000 10000111 100100 111111

Color Harmonies of #7DC28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC28E

Black with #7DC28E

Text Example


Text Example

White with #7DC28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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