#75CE69

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

Shades of Pastel Green #75CE69

Tints of Pastel Green #75CE69

Color information

#75CE69 (or 0x75CE69) is unknown color: approx Pastel Green. HEX triplet: 75, CE and 69. RGB value is (117,206,105). Sum of RGB (Red+Green+Blue) = 117+206+105=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CE69 is #8A3196. Grayscale: #A8A8A8. Windows color (decimal): -9056663 or 6934133. OLE color: 6934133.

HSL color Cylindrical-coordinate representation of color #75CE69: hue angle of 112.87º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75CE69 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB117206105-
CMYK0.4300.490.19
HSL112.87º50.75%60.98%-
HSV(B)112.87º49.03%80.78%-
XYZ31.9648.9421.13-
YUV167.8892.5191.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.34%
GREEN value IS 206 (80.86% from 255) = 48.13%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=27.34%
G=48.13%
B=24.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172061050.4300.490.19112.8750.7560.98
Hex75CE692B0311371333d
Octal16531615153061231616375
Binary11101011100111011010011010110110001100111110001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,206,105); }

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

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

 a { background-color: rgb(117,206,105); }

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

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

 span { border-color: rgb(117,206,105); }

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