#6AD75F

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

Shades of Pastel Green #6AD75F

Tints of Pastel Green #6AD75F

Color information

#6AD75F (or 0x6AD75F) is unknown color: approx Pastel Green. HEX triplet: 6A, D7 and 5F. RGB value is (106,215,95). Sum of RGB (Red+Green+Blue) = 106+215+95=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD75F is #9528A0. Grayscale: #A9A9A9. Windows color (decimal): -9775265 or 6281066. OLE color: 6281066.

HSL color Cylindrical-coordinate representation of color #6AD75F: hue angle of 114.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AD75F is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB10621595-
CMYK0.5100.560.16
HSL114.5º60%60.78%-
HSV(B)114.5º55.81%84.31%-
XYZ32.3152.4919.26-
YUV168.7386.3983.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.48%
GREEN value IS 215 (84.38% from 255) = 51.68%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=25.48%
G=51.68%
B=22.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal106215950.5100.560.16114.56060.78
Hex6AD75F3303810723c3d
Octal15232713763070201627475
Binary11010101101011110111111100110111000100001110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AD75F; }

 p { color: rgb(106,215,95); }

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

<style>
 a { background-color: #6AD75F; }

 a { background-color: rgb(106,215,95); }

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

<style>
 span { border-color: #6AD75F; }

 span { border-color: rgb(106,215,95); }

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