#75CB78

Color #75CB78 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #75CB78

Tints of Pastel Green #75CB78

Color information

#75CB78 (or 0x75CB78) is unknown color: approx Pastel Green. HEX triplet: 75, CB and 78. RGB value is (117,203,120). Sum of RGB (Red+Green+Blue) = 117+203+120=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB78 is #8A3487. Grayscale: #A8A8A8. Windows color (decimal): -9057416 or 7916405. OLE color: 7916405.

HSL color Cylindrical-coordinate representation of color #75CB78: hue angle of 122.09º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CB78 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB117203120-
CMYK0.4200.410.20
HSL122.09º45.26%62.75%-
HSV(B)122.09º42.36%79.61%-
XYZ32.0847.8525.31-
YUV167.82101.0191.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 203 (79.69% from 255) = 46.14%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=26.59%
G=46.14%
B=27.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172031200.4200.410.20122.0945.2662.75
Hex75CB782A029147a2d3f
Octal16531317052051241725577
Binary11101011100101111110001010100101001101001111010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,203,120); }

 H1.HeaderClassName
 {
   color: #75CB78;
 }
 .AnyTagClassName
 {
   color: #75CB78;
 }
</style>
background-color css

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

 a { background-color: rgb(117,203,120); }

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

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

 span { border-color: rgb(117,203,120); }

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