Html Css Color HEX #75C28D Bay Leaf

📋 copy color: '#75C28D'

red 117 ◦ green 194 ◦ blue 141

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

Shades of Bay Leaf #75C28D

Tints of Bay Leaf #75C28D

RGB

 RED value IS 117 (46.09% from 255) = 25.88%

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

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 25.88%
G = 42.92%
B = 31.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#75C28D (or 0x75C28D) is known color: Bay Leaf. HEX triplet: 75, C2 and 8D. RGB value is (117,194,141). Sum of RGB (Red+Green+Blue) = 117+194+141=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #75C28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C28D is #8A3D72. Grayscale: #A5A5A5. Windows color (decimal): -9059699 or 9290357. OLE color: 9290357.

HSL color Cylindrical-coordinate representation of color #75C28D: hue angle of 138.7º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C28D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 141 -
CMYK 0.40 0 0.27 0.24
HSL 138.7º 0.39% 0.61% -
HSV(B) 138.7º 0.4% 0.76% -
XYZ 31.44 44.29 32.09 -
YUV 164.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 117 194 141 0.40 0 0.27 0.24 138.7 0.39 0.61
Hex 75 C2 8D 28 0 1B 18 8B 27 3D
Octal 165 302 215 50 0 33 30 213 47 75
Binary 1110101 11000010 10001101 101000 0 11011 11000 10001011 100111 111101

Color Harmonies of #75C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C28D

Black with #75C28D

Text Example


Text Example

White with #75C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C28D; }

 p { color: rgb(117,194,141); }

 H1.HeaderClassName
 {
   color: #75C28D;
 }
 .AnyTagClassName
 {
   color: #75C28D;
 }
</style>

background-color css

<style>
 a { background-color: #75C28D; }

 a { background-color: rgb(117,194,141); }

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

border-color css

<style>
 span { border-color: #75C28D; }

 span { border-color: rgb(117,194,141); }

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