#75df66

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

Shades of Pastel Green #75DF66

Tints of Pastel Green #75DF66

Color information

#75DF66 (or 0x75DF66) is unknown color: approx Pastel Green. HEX triplet: 75, DF and 66. RGB value is (117,223,102). Sum of RGB (Red+Green+Blue) = 117+223+102=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF66 is #8A2099. Grayscale: #B1B1B1. Windows color (decimal): -9052314 or 6741877. OLE color: 6741877.

HSL color Cylindrical-coordinate representation of color #75DF66: hue angle of 112.56º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DF66 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB117223102-
CMYK0.4800.540.13
HSL112.56º65.41%63.73%-
HSV(B)112.56º54.26%87.45%-
XYZ36.1257.5221.77-
YUV177.5185.3884.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 223 (87.5% from 255) = 50.45%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=26.47%
G=50.45%
B=23.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231020.4800.540.13112.5665.4163.73
Hex75DF6630036D714140
Octal1653371466006615161101100
Binary111010111011111110011011000001101101101111000110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75df66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,223,102); }

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

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

 a { background-color: rgb(117,223,102); }

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

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

 span { border-color: rgb(117,223,102); }

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