Html Css Color HEX #7DC28F Bay Leaf

📋 copy color: '#7DC28F'

red 125 ◦ green 194 ◦ blue 143

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

Shades of Bay Leaf #7DC28F

Tints of Bay Leaf #7DC28F

RGB

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

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

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

R = 27.06%
G = 41.99%
B = 30.95%

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

#7DC28F (or 0x7DC28F) is known color: Bay Leaf. HEX triplet: 7D, C2 and 8F. RGB value is (125,194,143). Sum of RGB (Red+Green+Blue) = 125+194+143=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC28F is #823D70. Grayscale: #A7A7A7. Windows color (decimal): -8535409 or 9421437. OLE color: 9421437.

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

Color convert

RGB 125 194 143 -
CMYK 0.36 0 0.26 0.24
HSL 135.65º 0.36% 0.63% -
HSV(B) 135.65º 0.36% 0.76% -
XYZ 32.71 44.93 32.93 -
YUV 167.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 125 194 143 0.36 0 0.26 0.24 135.65 0.36 0.63
Hex 7D C2 8F 24 0 1A 18 88 24 3F
Octal 175 302 217 44 0 32 30 210 44 77
Binary 1111101 11000010 10001111 100100 0 11010 11000 10001000 100100 111111

Color Harmonies of #7DC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC28F

Black with #7DC28F

Text Example


Text Example

White with #7DC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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