#75CF69

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

Shades of Pastel Green #75CF69

Tints of Pastel Green #75CF69

Color information

#75CF69 (or 0x75CF69) is unknown color: approx Pastel Green. HEX triplet: 75, CF and 69. RGB value is (117,207,105). Sum of RGB (Red+Green+Blue) = 117+207+105=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF69 is #8A3096. Grayscale: #A8A8A8. Windows color (decimal): -9056407 or 6934389. OLE color: 6934389.

HSL color Cylindrical-coordinate representation of color #75CF69: hue angle of 112.94º degrees, saturation: 0.52, 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 #75CF69 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB117207105-
CMYK0.4300.490.19
HSL112.94º51.52%61.18%-
HSV(B)112.94º49.28%81.18%-
XYZ32.249.4321.21-
YUV168.4692.1891.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 207 (81.25% from 255) = 48.25%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=27.27%
G=48.25%
B=24.48%

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
Decimal1172071050.4300.490.19112.9451.5261.18
Hex75CF692B0311371343d
Octal16531715153061231616475
Binary11101011100111111010011010110110001100111110001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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