Html Css Color HEX #75C28E Bay Leaf

📋 copy color: '#75C28E'

red 117 ◦ green 194 ◦ blue 142

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

Shades of Bay Leaf #75C28E

Tints of Bay Leaf #75C28E

RGB

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

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

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

R = 25.83%
G = 42.83%
B = 31.35%

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

#75C28E (or 0x75C28E) is known color: Bay Leaf. HEX triplet: 75, C2 and 8E. RGB value is (117,194,142). Sum of RGB (Red+Green+Blue) = 117+194+142=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #75C28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C28E is #8A3D71. Grayscale: #A5A5A5. Windows color (decimal): -9059698 or 9355893. OLE color: 9355893.

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

Color convert

RGB 117 194 142 -
CMYK 0.40 0 0.27 0.24
HSL 139.48º 0.39% 0.61% -
HSV(B) 139.48º 0.4% 0.76% -
XYZ 31.51 44.32 32.48 -
YUV 165.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 117 194 142 0.40 0 0.27 0.24 139.48 0.39 0.61
Hex 75 C2 8E 28 0 1B 18 8B 27 3D
Octal 165 302 216 50 0 33 30 213 47 75
Binary 1110101 11000010 10001110 101000 0 11011 11000 10001011 100111 111101

Color Harmonies of #75C28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C28E

Black with #75C28E

Text Example


Text Example

White with #75C28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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